diff options
author | dimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-02 00:38:45 +0000 |
---|---|---|
committer | dimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-02 00:38:45 +0000 |
commit | 165a6db4d6ce61721142dc3314314841beae58bc (patch) | |
tree | 1041063076a8840e42a72a8f1d3bda3684b82762 /chrome/app | |
parent | f6c63db5717961da5fee29631da4c3dcbf9d038f (diff) | |
download | chromium_src-165a6db4d6ce61721142dc3314314841beae58bc.zip chromium_src-165a6db4d6ce61721142dc3314314841beae58bc.tar.gz chromium_src-165a6db4d6ce61721142dc3314314841beae58bc.tar.bz2 |
The tray icon needs its own first-class resources.
BUG=168605
Review URL: https://codereview.chromium.org/12051027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180215 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/default_100_percent/win/notification_tray_dim.png | bin | 0 -> 226 bytes | |||
-rw-r--r-- | chrome/app/theme/default_100_percent/win/notification_tray_lit.png | bin | 0 -> 224 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 4 |
3 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/theme/default_100_percent/win/notification_tray_dim.png b/chrome/app/theme/default_100_percent/win/notification_tray_dim.png Binary files differnew file mode 100644 index 0000000..5b56320 --- /dev/null +++ b/chrome/app/theme/default_100_percent/win/notification_tray_dim.png diff --git a/chrome/app/theme/default_100_percent/win/notification_tray_lit.png b/chrome/app/theme/default_100_percent/win/notification_tray_lit.png Binary files differnew file mode 100644 index 0000000..7d29f60 --- /dev/null +++ b/chrome/app/theme/default_100_percent/win/notification_tray_lit.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index ea3ed73..9e9952d 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -507,6 +507,10 @@ <structure type="chrome_scaled_image" name="IDR_NEWTAB_CHROME_WELCOME_PAGE_THUMBNAIL" file="common/ntp_welcome_thumb.png" /> </if> <structure type="chrome_scaled_image" name="IDR_NEWTAB_WEBSTORE_THUMBNAIL" file="ntp_webstore_thumb.png" /> + <if expr="is_win"> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_DIM" file="win/notification_tray_dim.png" /> + <structure type="chrome_scaled_image" name="IDR_NOTIFICATION_TRAY_LIT" file="win/notification_tray_lit.png" /> + </if> <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CS_BUBBLE_BACKGROUND_C" file="common/cs_bubble_center.png" /> <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CS_BUBBLE_BACKGROUND_L" file="common/cs_bubble_left.png" /> <structure type="chrome_scaled_image" name="IDR_OMNIBOX_CS_BUBBLE_BACKGROUND_R" file="common/cs_bubble_right.png" /> |