summaryrefslogtreecommitdiffstats
path: root/chrome/browser/app_controller_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/app_controller_mac.mm')
-rw-r--r--chrome/browser/app_controller_mac.mm9
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
index 3203fbd..708f81e 100644
--- a/chrome/browser/app_controller_mac.mm
+++ b/chrome/browser/app_controller_mac.mm
@@ -998,10 +998,6 @@ class AppControllerProfileObserver : public ProfileInfoCacheObserver {
} else if (action == @selector(toggleConfirmToQuit:)) {
[self updateConfirmToQuitPrefMenuItem:static_cast<NSMenuItem*>(item)];
enable = YES;
- } else if (action == @selector(toggleDisplayMessageCenter:)) {
- // TODO(dewittj): Remove this (see crbug.com/530376) with a separate update
- // to the xib file.
- enable = NO;
} else if (action == @selector(executeApplication:)) {
enable = YES;
}
@@ -1457,11 +1453,6 @@ class AppControllerProfileObserver : public ProfileInfoCacheObserver {
prefService->SetBoolean(prefs::kConfirmToQuitEnabled, !enabled);
}
-- (IBAction)toggleDisplayMessageCenter:(id)sender {
- // TODO(dewittj): Remove this (see crbug.com/530376) with a separate update to
- // the xib file.
-}
-
// Explicitly bring to the foreground when creating new windows from the dock.
- (void)commandFromDock:(id)sender {
[NSApp activateIgnoringOtherApps:YES];