diff options
author | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-01 19:32:14 +0000 |
---|---|---|
committer | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-01 19:32:14 +0000 |
commit | 939c7b6ce5e3c7646081794739eeb163bf7d56ee (patch) | |
tree | be0fdbfb3b1c51bac5410323531b7f2b84c6cf32 /ui/resources/ui_resources.grd | |
parent | 5b86531c03dc2e21e2e424b4ed0170793ad476ed (diff) | |
download | chromium_src-939c7b6ce5e3c7646081794739eeb163bf7d56ee.zip chromium_src-939c7b6ce5e3c7646081794739eeb163bf7d56ee.tar.gz chromium_src-939c7b6ce5e3c7646081794739eeb163bf7d56ee.tar.bz2 |
Add a way for notifications to be linked from settings dialog.
Adds an event, onShowSettings, that is fired when the link is clicked.
The link is only shown when the event is subscribed to.
BUG=304208,286608
Review URL: https://codereview.chromium.org/26876006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232439 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources/ui_resources.grd')
-rw-r--r-- | ui/resources/ui_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index 2e17560f..0a323cf 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -272,6 +272,9 @@ <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ARROW" file="common/notification_arrow.png"/> <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ARROW_HOVER" file="common/notification_arrow_hover.png"/> <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ARROW_PRESSED" file="common/notification_arrow_pressed.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ADVANCED_SETTINGS" file="common/notification_advanced_settings.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ADVANCED_SETTINGS_HOVER" file="common/notification_advanced_settings_hover.png"/> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_ADVANCED_SETTINGS_PRESSED" file="common/notification_advanced_settings_pressed.png"/> <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLEAR_ALL" file="common/notification_clear_all.png"/> <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLEAR_ALL_DISABLED" file="common/notification_clear_all_disabled.png"/> <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_CLEAR_ALL_HOVER" file="common/notification_clear_all_hover.png"/> |