[email protected] | f786717 | 2012-07-11 07:04:07 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 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 CONTENT_BROWSER_BROWSER_MAIN_H_ | ||||
6 | #define CONTENT_BROWSER_BROWSER_MAIN_H_ | ||||
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 7 | |
[email protected] | a68ca912 | 2011-09-16 03:14:42 | [diff] [blame] | 8 | #include "content/common/content_export.h" |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 9 | |
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 10 | namespace content { |
11 | |||||
[email protected] | 4573fbd | 2011-10-31 20:25:18 | [diff] [blame] | 12 | struct MainFunctionParams; |
13 | |||||
[email protected] | 4573fbd | 2011-10-31 20:25:18 | [diff] [blame] | 14 | CONTENT_EXPORT int BrowserMain(const content::MainFunctionParams& parameters); |
[email protected] | f3112a5 | 2011-09-30 23:47:49 | [diff] [blame] | 15 | |
[email protected] | 4648832 | 2012-10-30 03:22:20 | [diff] [blame] | 16 | } // namespace content |
17 | |||||
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 18 | #endif // CONTENT_BROWSER_BROWSER_MAIN_H_ |