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.
5 #ifndef ASH_SHELL_SHELL_MAIN_PARTS_H_
6 #define ASH_SHELL_SHELL_MAIN_PARTS_H_
11 // Platform initializations prior to the start of the main message loop.
12 void PreMainMessageLoopStart();
17 #endif // ASH_SHELL_SHELL_MAIN_PARTS_H_