summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authordimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-02 00:38:45 +0000
committerdimich@chromium.org <dimich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-02 00:38:45 +0000
commit165a6db4d6ce61721142dc3314314841beae58bc (patch)
tree1041063076a8840e42a72a8f1d3bda3684b82762 /chrome/app
parentf6c63db5717961da5fee29631da4c3dcbf9d038f (diff)
downloadchromium_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.pngbin0 -> 226 bytes
-rw-r--r--chrome/app/theme/default_100_percent/win/notification_tray_lit.pngbin0 -> 224 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd4
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
new file mode 100644
index 0000000..5b56320
--- /dev/null
+++ b/chrome/app/theme/default_100_percent/win/notification_tray_dim.png
Binary files differ
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
new file mode 100644
index 0000000..7d29f60
--- /dev/null
+++ b/chrome/app/theme/default_100_percent/win/notification_tray_lit.png
Binary files differ
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" />