summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.h
diff options
context:
space:
mode:
authoridanan@chromium.org <idanan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-14 15:23:43 +0000
committeridanan@chromium.org <idanan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-14 15:23:43 +0000
commita8eff106de173d7b5b20946ad497198a0eefec8d (patch)
tree6c0da9d71f912d00101410d9d0d00b55757b131b /chrome/browser/browser.h
parent6420421e6f15f25891c88661431ce9483ccfdba7 (diff)
downloadchromium_src-a8eff106de173d7b5b20946ad497198a0eefec8d.zip
chromium_src-a8eff106de173d7b5b20946ad497198a0eefec8d.tar.gz
chromium_src-a8eff106de173d7b5b20946ad497198a0eefec8d.tar.bz2
Added undo tab closing item to Tab menu.
Review URL: http://codereview.chromium.org/62151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13662 0039d316-1c4b-4281-b951-d872f2087c98
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.