diff options
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r-- | chrome/browser/browser.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc index 72f5afd..be59357 100644 --- a/chrome/browser/browser.cc +++ b/chrome/browser/browser.cc @@ -863,9 +863,6 @@ void Browser::UpdateNavigationCommands() { controller_.UpdateCommandEnabled(IDC_PRINT, web_contents != NULL); controller_.UpdateCommandEnabled(IDC_DUPLICATE, CanDuplicateContentsAt(selected_index())); - - controller_.UpdateCommandEnabled(IDC_GOOFFTHERECORD, - profile_->GetOffTheRecordProfile() != profile_); } // Notification that the starredness of a tab changed. |