Index: chrome/browser/browser.cc |
=================================================================== |
--- chrome/browser/browser.cc (revision 31745) |
+++ chrome/browser/browser.cc (working copy) |
@@ -2410,7 +2410,9 @@ |
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); |