[email protected] | 69479b92 | 2012-02-02 09:56:20 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | 5629e0c | 2011-09-12 22:07:36 | [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_SHELL_SHELL_BROWSER_MAIN_H_ | ||||
6 | #define CONTENT_SHELL_SHELL_BROWSER_MAIN_H_ | ||||
7 | #pragma once | ||||
8 | |||||
[email protected] | b0f146f | 2011-09-15 22:14:25 | [diff] [blame] | 9 | namespace content { |
[email protected] | 4573fbd | 2011-10-31 20:25:18 | [diff] [blame] | 10 | struct MainFunctionParams; |
[email protected] | 147f809 | 2012-03-21 11:47:45 | [diff] [blame] | 11 | } |
[email protected] | b0f146f | 2011-09-15 22:14:25 | [diff] [blame] | 12 | |
[email protected] | 147f809 | 2012-03-21 11:47:45 | [diff] [blame] | 13 | int ShellBrowserMain(const content::MainFunctionParams& parameters); |
[email protected] | b0f146f | 2011-09-15 22:14:25 | [diff] [blame] | 14 | |
[email protected] | 5629e0c | 2011-09-12 22:07:36 | [diff] [blame] | 15 | #endif // CONTENT_SHELL_SHELL_BROWSER_MAIN_H_ |