summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/frame/browser_view.cc')
-rw-r--r--chrome/browser/views/frame/browser_view.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/views/frame/browser_view.cc b/chrome/browser/views/frame/browser_view.cc
index 3dc71af..3f7b353 100644
--- a/chrome/browser/views/frame/browser_view.cc
+++ b/chrome/browser/views/frame/browser_view.cc
@@ -1382,8 +1382,6 @@ bool BrowserView::IsCommandIdChecked(int command_id) const {
}
bool BrowserView::IsCommandIdEnabled(int command_id) const {
- if (command_id == IDC_RESTORE_TAB)
- return browser_->CanRestoreTab();
return browser_->command_updater()->IsCommandEnabled(command_id);
}