summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r--chrome/browser/browser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 67aa5425..666cc2cc 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -141,6 +141,9 @@ class Browser : public TabStripModelDelegate,
// Opens a new window with the default blank tab.
static void OpenEmptyWindow(Profile* profile);
+ // Opens a new window with the tabs from |profile|'s TabRestoreService.
+ static void OpenWindowWithRestoredTabs(Profile* profile);
+
// Opens the specified URL in a new browser window in an incognito session.
// If there is already an existing active incognito session for the specified
// |profile|, that session is re-used.