summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index 444680b..2bfd17a 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -2136,8 +2136,7 @@ bool Browser::IsReservedAccelerator(const NativeWebKeyboardEvent& event) {
command_id == IDC_NEW_WINDOW ||
command_id == IDC_RESTORE_TAB ||
command_id == IDC_SELECT_NEXT_TAB ||
- command_id == IDC_SELECT_PREVIOUS_TAB ||
- command_id == IDC_TASK_MANAGER;
+ command_id == IDC_SELECT_PREVIOUS_TAB;
}
void Browser::ShowRepostFormWarningDialog(TabContents *tab_contents) {