blob: 79f7792e25b9ff0f7cac4774f4350d9aa6a1176c [file] [log] [blame]
Avi Drissman4e1b7bc32022-09-15 14:03:501// Copyright 2012 The Chromium Authors
[email protected]f967b722011-09-07 00:58:042// 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]f967b722011-09-07 00:58:047
[email protected]f967b722011-09-07 00:58:048namespace content {
9
[email protected]4573fbd2011-10-31 20:25:1810struct MainFunctionParams;
11
Lei Zhanged9be3a2021-11-17 22:01:1812int BrowserMain(content::MainFunctionParams parameters);
[email protected]f3112a52011-09-30 23:47:4913
[email protected]46488322012-10-30 03:22:2014} // namespace content
15
[email protected]f967b722011-09-07 00:58:0416#endif // CONTENT_BROWSER_BROWSER_MAIN_H_