Avi Drissman | 4e1b7bc3 | 2022-09-15 14:03:50 | [diff] [blame] | 1 | // Copyright 2012 The Chromium Authors |
[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] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 8 | namespace content { |
9 | |||||
[email protected] | 4573fbd | 2011-10-31 20:25:18 | [diff] [blame] | 10 | struct MainFunctionParams; |
11 | |||||
Lei Zhang | ed9be3a | 2021-11-17 22:01:18 | [diff] [blame] | 12 | int BrowserMain(content::MainFunctionParams parameters); |
[email protected] | f3112a5 | 2011-09-30 23:47:49 | [diff] [blame] | 13 | |
[email protected] | 4648832 | 2012-10-30 03:22:20 | [diff] [blame] | 14 | } // namespace content |
15 | |||||
[email protected] | f967b72 | 2011-09-07 00:58:04 | [diff] [blame] | 16 | #endif // CONTENT_BROWSER_BROWSER_MAIN_H_ |