OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2014 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 EXTENSIONS_SHELL_BROWSER_SHELL_BROWSER_MAIN_PARTS_MAC_H_ | |
6 #define EXTENSIONS_SHELL_BROWSER_SHELL_BROWSER_MAIN_PARTS_MAC_H_ | |
7 | |
8 namespace extensions { | |
9 | |
10 // Called from ShellBrowserMainParts::PreMainMessageLoopStart. | |
11 void MainPartsPreMainMessageLoopStartMac(); | |
12 | |
13 } | |
James Cook
2014/12/16 16:56:03
nit: // namespace extensions
Yoyo Zhou
2014/12/18 02:38:33
Done.
| |
14 | |
15 #endif // EXTENSIONS_SHELL_BROWSER_SHELL_BROWSER_MAIN_PARTS_MAC_H_ | |
OLD | NEW |