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 9db95d5..1cd85c3 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -250,6 +250,9 @@ class Browser : public TabStripModelDelegate,
const std::vector<TabNavigation>& navigations,
int selected_navigation);
+ // Returns true if a tab can be restored.
+ virtual bool CanRestoreTab();
+
// Show a DOMUI tab given a URL. If a tab with the same URL is already
// visible in this browser, it becomes selected. Otherwise a new tab is
// created.