summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser_init.h')
-rw-r--r--chrome/browser/ui/browser_init.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser_init.h b/chrome/browser/ui/browser_init.h
index 17e91e7..323b0626 100644
--- a/chrome/browser/ui/browser_init.h
+++ b/chrome/browser/ui/browser_init.h
@@ -140,6 +140,10 @@ class BrowserInit {
// returns false to specify default processing.
bool OpenApplicationWindow(Profile* profile);
+ // If IsAppLaunch is true and the user set a pref indicating that the app
+ // should open in a tab, do so.
+ bool OpenApplicationTab(Profile* profile);
+
// Invoked from OpenURLsInBrowser to handle processing of urls. This may
// do any of the following:
// . Invoke ProcessStartupURLs if |process_startup| is true.