1// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef ASH_SHELL_SHELL_MAIN_PARTS_H_
6#define ASH_SHELL_SHELL_MAIN_PARTS_H_
7
8namespace ash {
9namespace shell {
10
11// Platform initializations prior to the start of the main message loop.
12void PreMainMessageLoopStart();
13
14}  // namespace shell
15}  // namespace ash
16
17#endif  // ASH_SHELL_SHELL_MAIN_PARTS_H_
18