summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_nibs.gyp
diff options
context:
space:
mode:
authordewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 03:22:29 +0000
committerdewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 03:22:29 +0000
commite0b0d1baabc487924b26d1b22452392831803637 (patch)
treeaafa4ac0e86a8161aae9559644f69db21896c7e3 /chrome/chrome_nibs.gyp
parent4c893d9e1e74b6332afac1506230c52777d4634e (diff)
downloadchromium_src-e0b0d1baabc487924b26d1b22452392831803637.zip
chromium_src-e0b0d1baabc487924b26d1b22452392831803637.tar.gz
chromium_src-e0b0d1baabc487924b26d1b22452392831803637.tar.bz2
Add a main menu item for disabling the notification bell on Mac.
The menu item reads "Hide Notifications Icon" and is default un-checked. When clicked, it is checked (and remains that way even across restarts.) This selection is saved in a machine-wide preference. R=rsesek@chromium.org,thakis@chromium.org TBR=gene@chromium.org,atwilson@chromium.org,stevenjb@chromium.org BUG=305398 Review URL: https://codereview.chromium.org/242453012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265831 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gyp')
-rw-r--r--chrome/chrome_nibs.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_nibs.gyp b/chrome/chrome_nibs.gyp
index f5a5f4a..bf0840d 100644
--- a/chrome/chrome_nibs.gyp
+++ b/chrome/chrome_nibs.gyp
@@ -48,6 +48,8 @@
'../ui/base/cocoa/hover_image_button.mm',
'../ui/base/cocoa/menu_controller.h',
'../ui/base/cocoa/menu_controller.mm',
+ 'browser/app_controller_mac.h',
+ 'browser/app_controller_mac.mm',
'browser/ui/cocoa/about_ipc_controller.h',
'browser/ui/cocoa/about_ipc_controller.mm',
'browser/ui/cocoa/animatable_view.h',