summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/browser_main.h')
-rw-r--r--content/browser/browser_main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/browser_main.h b/content/browser/browser_main.h
index f45c72b..60abacd 100644
--- a/content/browser/browser_main.h
+++ b/content/browser/browser_main.h
@@ -127,4 +127,6 @@ class CONTENT_EXPORT BrowserMainParts {
} // namespace content
+CONTENT_EXPORT int BrowserMain(const MainFunctionParams& parameters);
+
#endif // CONTENT_BROWSER_BROWSER_MAIN_H_