summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorgideonwald@chromium.org <gideonwald@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 22:51:41 +0000
committergideonwald@chromium.org <gideonwald@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 22:51:41 +0000
commit087362ee02169ae623f89f424c7db840e9bed2ca (patch)
treeaed222dbe5b7dd8dcb0fd253e50d3c9872bae503 /chrome/app
parentc3e4ae2621b6b2843aa9aeaf7c40e866e62ce223 (diff)
downloadchromium_src-087362ee02169ae623f89f424c7db840e9bed2ca.zip
chromium_src-087362ee02169ae623f89f424c7db840e9bed2ca.tar.gz
chromium_src-087362ee02169ae623f89f424c7db840e9bed2ca.tar.bz2
Change the icon on the desktop notifications infobar.
BUG=94112 TEST=Trigger the infobar asking the user whether they would like to allow desktop notifications from a site and verify that it uses the new icon instead of the old (Chrome product) icon. Review URL: http://codereview.chromium.org/7742002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/theme/theme_resources_large.grd1
-rw-r--r--chrome/app/theme/theme_resources_standard.grd1
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources_large.grd b/chrome/app/theme/theme_resources_large.grd
index c3b5a7c..729d54b 100644
--- a/chrome/app/theme/theme_resources_large.grd
+++ b/chrome/app/theme/theme_resources_large.grd
@@ -67,6 +67,7 @@
<include name="IDR_INFOBAR_AUTOFILL" file="large_infobar_autofill.png" type="BINDATA" />
<include name="IDR_INFOBAR_AUTOLOGIN" file="large_infobar_autologin.png" type="BINDATA" />
<include name="IDR_INFOBAR_COOKIE" file="large_infobar_cookie.png" type="BINDATA" />
+ <include name="IDR_INFOBAR_DESKTOP_NOTIFICATIONS" file="large_infobar_desktop_notifications.png" type="BINDATA" />
<include name="IDR_INFOBAR_INCOMPLETE" file="large_infobar_incomplete.png" type="BINDATA" />
<include name="IDR_INFOBAR_MEDIA_STREAM_CAMERA" file="large_infobar_camera.png" type="BINDATA" />
<include name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="large_infobar_microphone.png" type="BINDATA" />
diff --git a/chrome/app/theme/theme_resources_standard.grd b/chrome/app/theme/theme_resources_standard.grd
index 3b57b5b..53b3ada 100644
--- a/chrome/app/theme/theme_resources_standard.grd
+++ b/chrome/app/theme/theme_resources_standard.grd
@@ -70,6 +70,7 @@
<include name="IDR_INFOBAR_AUTOFILL" file="infobar_autofill.png" type="BINDATA" />
<include name="IDR_INFOBAR_AUTOLOGIN" file="infobar_autologin.png" type="BINDATA" />
<include name="IDR_INFOBAR_COOKIE" file="infobar_cookie.png" type="BINDATA" />
+ <include name="IDR_INFOBAR_DESKTOP_NOTIFICATIONS" file="infobar_desktop_notifications.png" type="BINDATA" />
<include name="IDR_INFOBAR_INCOMPLETE" file="infobar_incomplete.png" type="BINDATA" />
<include name="IDR_INFOBAR_MEDIA_STREAM_CAMERA" file="infobar_camera.png" type="BINDATA" />
<include name="IDR_INFOBAR_MEDIA_STREAM_MIC" file="infobar_microphone.png" type="BINDATA" />