summaryrefslogtreecommitdiffstats
path: root/chrome/app/theme
diff options
context:
space:
mode:
authorjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 18:18:28 +0000
committerjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 18:18:28 +0000
commitfbc11e9b8a22e0b0161ff1867bff09015c5aa0de (patch)
tree13f4e81717ba9364547b5070d5c9d25764249cfb /chrome/app/theme
parent90085af068d552aa301e2ea7408cb6847cdc591e (diff)
downloadchromium_src-fbc11e9b8a22e0b0161ff1867bff09015c5aa0de.zip
chromium_src-fbc11e9b8a22e0b0161ff1867bff09015c5aa0de.tar.gz
chromium_src-fbc11e9b8a22e0b0161ff1867bff09015c5aa0de.tar.bz2
Binary theme resources for notifications. Really part of previous patch but left out for try-server incompatibility with binary files.
BUG=none TEST=none Review URL: http://codereview.chromium.org/348013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r--chrome/app/theme/balloon_frame.pngbin0 -> 295 bytes
-rw-r--r--chrome/app/theme/balloon_shelf.pngbin0 -> 278 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd4
3 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/theme/balloon_frame.png b/chrome/app/theme/balloon_frame.png
new file mode 100644
index 0000000..b733263
--- /dev/null
+++ b/chrome/app/theme/balloon_frame.png
Binary files differ
diff --git a/chrome/app/theme/balloon_shelf.png b/chrome/app/theme/balloon_shelf.png
new file mode 100644
index 0000000..ee8647b
--- /dev/null
+++ b/chrome/app/theme/balloon_shelf.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 172ea0a..1be7e73 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -324,8 +324,8 @@
<include name="IDR_MAXIMIZE_BUTTON_MASK" file="maximize_button_mask.png" type="BINDATA" />
<!-- Desktop notifications -->
- <include name="IDR_BALLOON_BORDER" file="notused.png" type="BINDATA" />
- <include name="IDR_BALLOON_SHELF" file="notused.png" type="BINDATA" />
+ <include name="IDR_BALLOON_BORDER" file="balloon_frame.png" type="BINDATA" />
+ <include name="IDR_BALLOON_SHELF" file="balloon_shelf.png" type="BINDATA" />
<if expr="pp_ifdef('_google_chrome')">
<include name="IDR_ABOUT_BACKGROUND" file="google_chrome/about_background.png" type="BINDATA" />