diff options
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r-- | chrome/browser/browser.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc index fac7afd..671f73f 100644 --- a/chrome/browser/browser.cc +++ b/chrome/browser/browser.cc @@ -2541,9 +2541,7 @@ void Browser::InitCommandState() { command_updater_.UpdateCommandEnabled(IDC_TASK_MANAGER, true); command_updater_.UpdateCommandEnabled(IDC_SELECT_PROFILE, true); command_updater_.UpdateCommandEnabled(IDC_SHOW_HISTORY, true); -#if !defined(OS_MACOSX) // http://crbug.com/13149 command_updater_.UpdateCommandEnabled(IDC_SHOW_BOOKMARK_MANAGER, true); -#endif command_updater_.UpdateCommandEnabled(IDC_SHOW_EXTENSION_SHELF, true); command_updater_.UpdateCommandEnabled(IDC_SHOW_DOWNLOADS, true); command_updater_.UpdateCommandEnabled(IDC_HELP_PAGE, true); |