From 4d11b08bb69a44645953f615a994fa9387d1836a Mon Sep 17 00:00:00 2001 From: "dewittj@chromium.org" Date: Mon, 27 Jan 2014 22:19:07 +0000 Subject: 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 --- chrome/app/generated_resources.grd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'chrome/app') 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 Used for various Notification Center features under construction/polish that are not yet ready to be shipped. + + Notfification Center behavior + + + Alters the behavior of the system level icon for the notification center. + + + Never show + + + Always show + + + Only show if there are outstanding notifications + Enable Synced Notifications -- cgit v1.1