diff options
author | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-01 19:45:35 +0000 |
---|---|---|
committer | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-01 19:45:35 +0000 |
commit | 628266997a0f6d07cf79bea323a668bc272f8ad3 (patch) | |
tree | e51a8be46bf1d91a1ab8198f3bb962f470c1ee90 /ui/resources | |
parent | c0c271b6a40225a489c74e89d7eb128194a3c1dc (diff) | |
download | chromium_src-628266997a0f6d07cf79bea323a668bc272f8ad3.zip chromium_src-628266997a0f6d07cf79bea323a668bc272f8ad3.tar.gz chromium_src-628266997a0f6d07cf79bea323a668bc272f8ad3.tar.bz2 |
Revert 232439 "Add a way for notifications to be linked from set..."
> 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
TBR=dewittj@chromium.org
Review URL: https://codereview.chromium.org/56353004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
-rw-r--r-- | ui/resources/default_100_percent/common/notification_advanced_settings.png | bin | 179 -> 0 bytes | |||
-rw-r--r-- | ui/resources/default_100_percent/common/notification_advanced_settings_hover.png | bin | 179 -> 0 bytes | |||
-rw-r--r-- | ui/resources/default_100_percent/common/notification_advanced_settings_pressed.png | bin | 179 -> 0 bytes | |||
-rw-r--r-- | ui/resources/default_200_percent/common/notification_advanced_settings.png | bin | 282 -> 0 bytes | |||
-rw-r--r-- | ui/resources/default_200_percent/common/notification_advanced_settings_hover.png | bin | 282 -> 0 bytes | |||
-rw-r--r-- | ui/resources/default_200_percent/common/notification_advanced_settings_pressed.png | bin | 277 -> 0 bytes | |||
-rw-r--r-- | ui/resources/ui_resources.grd | 3 |
7 files changed, 0 insertions, 3 deletions
diff --git a/ui/resources/default_100_percent/common/notification_advanced_settings.png b/ui/resources/default_100_percent/common/notification_advanced_settings.png Binary files differdeleted file mode 100644 index f3c7a58..0000000 --- a/ui/resources/default_100_percent/common/notification_advanced_settings.png +++ /dev/null diff --git a/ui/resources/default_100_percent/common/notification_advanced_settings_hover.png b/ui/resources/default_100_percent/common/notification_advanced_settings_hover.png Binary files differdeleted file mode 100644 index b5496d4..0000000 --- a/ui/resources/default_100_percent/common/notification_advanced_settings_hover.png +++ /dev/null diff --git a/ui/resources/default_100_percent/common/notification_advanced_settings_pressed.png b/ui/resources/default_100_percent/common/notification_advanced_settings_pressed.png Binary files differdeleted file mode 100644 index 929e91b..0000000 --- a/ui/resources/default_100_percent/common/notification_advanced_settings_pressed.png +++ /dev/null diff --git a/ui/resources/default_200_percent/common/notification_advanced_settings.png b/ui/resources/default_200_percent/common/notification_advanced_settings.png Binary files differdeleted file mode 100644 index 8db4cc4..0000000 --- a/ui/resources/default_200_percent/common/notification_advanced_settings.png +++ /dev/null diff --git a/ui/resources/default_200_percent/common/notification_advanced_settings_hover.png b/ui/resources/default_200_percent/common/notification_advanced_settings_hover.png Binary files differdeleted file mode 100644 index d3880f8..0000000 --- a/ui/resources/default_200_percent/common/notification_advanced_settings_hover.png +++ /dev/null diff --git a/ui/resources/default_200_percent/common/notification_advanced_settings_pressed.png b/ui/resources/default_200_percent/common/notification_advanced_settings_pressed.png Binary files differdeleted file mode 100644 index ed55d30..0000000 --- a/ui/resources/default_200_percent/common/notification_advanced_settings_pressed.png +++ /dev/null diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index 0a323cf..2e17560f 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -272,9 +272,6 @@ <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"/> |