Flatten media_router.js.
[chromium-blink-merge.git] / ash / shell / shell_main_parts.h
blobc0452e95d31d3007554aca54f6145591f63b5b2f
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_
8 namespace ash {
9 namespace shell {
11 // Platform initializations prior to the start of the main message loop.
12 void PreMainMessageLoopStart();
14 } // namespace shell
15 } // namespace ash
17 #endif // ASH_SHELL_SHELL_MAIN_PARTS_H_