summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authordewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-27 22:19:07 +0000
committerdewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-27 22:19:07 +0000
commit4d11b08bb69a44645953f615a994fa9387d1836a (patch)
tree3505702a3bcd8b5d06305ee0165d532205efcb18 /chrome/app
parent46807c31f9db2ab9d7f26904d43fc8d29b2399a2 (diff)
downloadchromium_src-4d11b08bb69a44645953f615a994fa9387d1836a.zip
chromium_src-4d11b08bb69a44645953f615a994fa9387d1836a.tar.gz
chromium_src-4d11b08bb69a44645953f615a994fa9387d1836a.tar.bz2
Adds a flag to control the notification center menu bar behavior on Mac.
Currently default behavior is to show the bell after the first notification is created, until Chrome exits. This will remain the default, but we will add 3 more states: * Always show the bell * Never show the bell (notifications will always toast in this mode) * Only show the bell with unread notifications. BUG=305398 Review URL: https://codereview.chromium.org/147343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd15
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index bcec690..c12fb6f 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6495,6 +6495,21 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_EXPERIMENTAL_NOTIFICATION_UI_DESCRIPTION" desc="Description for the flag to enable experimental UI for notifications.">
Used for various Notification Center features under construction/polish that are not yet ready to be shipped.
</message>
+ <message name="IDS_FLAGS_NOTIFICATION_TRAY_BEHAVIOR_NAME" desc="Name of the flag to change the behavior of the notifications tray icon.">
+ Notfification Center behavior
+ </message>
+ <message name="IDS_FLAGS_NOTIFICATION_TRAY_BEHAVIOR_DESCRIPTION" desc="Description for the flag to enable experimental UI for notifications.">
+ Alters the behavior of the system level icon for the notification center.
+ </message>
+ <message name="IDS_FLAGS_NOTIFICATION_TRAY_BEHAVIOR_NEVER" desc="Description for the flag to enable experimental UI for notifications.">
+ Never show
+ </message>
+ <message name="IDS_FLAGS_NOTIFICATION_TRAY_BEHAVIOR_ALWAYS" desc="Description for the flag to enable experimental UI for notifications.">
+ Always show
+ </message>
+ <message name="IDS_FLAGS_NOTIFICATION_TRAY_BEHAVIOR_UNREAD" desc="Description for the flag to enable experimental UI for notifications.">
+ Only show if there are outstanding notifications
+ </message>
<message name="IDS_FLAGS_ENABLE_SYNCED_NOTIFICATIONS_NAME" desc="Name of the flag to enable synced notifications.">
Enable Synced Notifications
</message>