| Index: chrome/browser/ui/browser.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser.cc (revision 85647)
|
| +++ chrome/browser/ui/browser.cc (working copy)
|
| @@ -3740,6 +3740,7 @@
|
| command_updater_.UpdateCommandEnabled(IDC_RESTORE_TAB, false);
|
| command_updater_.UpdateCommandEnabled(IDC_EXIT, true);
|
| command_updater_.UpdateCommandEnabled(IDC_TOGGLE_VERTICAL_TABS, true);
|
| + command_updater_.UpdateCommandEnabled(IDC_DEBUG_FRAME_TOGGLE, true);
|
|
|
| // Page-related commands
|
| command_updater_.UpdateCommandEnabled(IDC_EMAIL_PAGE_LOCATION, true);
|
|
|