diff options
author | macourteau@chromium.org <macourteau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 20:10:36 +0000 |
---|---|---|
committer | macourteau@chromium.org <macourteau@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-14 20:10:36 +0000 |
commit | 42e286ecb2f3960d832f8ca5e2b7f073d5274a62 (patch) | |
tree | f2d97f647ad93f0ba8241e5f1f0ac390ee45c7b7 /chrome/app | |
parent | 8fd1183f775fbc24041bf75ec484fc1205327a6b (diff) | |
download | chromium_src-42e286ecb2f3960d832f8ca5e2b7f073d5274a62.zip chromium_src-42e286ecb2f3960d832f8ca5e2b7f073d5274a62.tar.gz chromium_src-42e286ecb2f3960d832f8ca5e2b7f073d5274a62.tar.bz2 |
Added an icon for the Media Stream infobar. Currently a copy of the cookies infobar icon, and will be replaced by the correct icon once we have it.
BUG=
TEST=
Review URL: http://codereview.chromium.org/7356018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92589 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/infobar_media_stream.png | bin | 0 -> 2250 bytes | |||
-rw-r--r-- | chrome/app/theme/large_infobar_media_stream.png | bin | 0 -> 4061 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources_large.grd | 1 | ||||
-rw-r--r-- | chrome/app/theme/theme_resources_standard.grd | 1 |
4 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/theme/infobar_media_stream.png b/chrome/app/theme/infobar_media_stream.png Binary files differnew file mode 100644 index 0000000..b4af070 --- /dev/null +++ b/chrome/app/theme/infobar_media_stream.png diff --git a/chrome/app/theme/large_infobar_media_stream.png b/chrome/app/theme/large_infobar_media_stream.png Binary files differnew file mode 100644 index 0000000..5177a07 --- /dev/null +++ b/chrome/app/theme/large_infobar_media_stream.png diff --git a/chrome/app/theme/theme_resources_large.grd b/chrome/app/theme/theme_resources_large.grd index 4ba540b..f180b0e 100644 --- a/chrome/app/theme/theme_resources_large.grd +++ b/chrome/app/theme/theme_resources_large.grd @@ -81,6 +81,7 @@ <include name="IDR_INFOBAR_ALT_NAV_URL" file="large_infobar_didyoumean.png" type="BINDATA" /> <include name="IDR_INFOBAR_AUTOFILL" file="large_infobar_autofill.png" type="BINDATA" /> <include name="IDR_INFOBAR_COOKIE" file="large_infobar_cookie.png" type="BINDATA" /> + <include name="IDR_INFOBAR_MEDIA_STREAM" file="large_infobar_media_stream.png" type="BINDATA" /> <include name="IDR_INFOBAR_MULTIPLE_DOWNLOADS" file="large_infobar_multiple_downloads.png" type="BINDATA" /> <include name="IDR_INFOBAR_PLUGIN_CRASHED" file="large_infobar_plugin_crashed.png" type="BINDATA" /> <include name="IDR_INFOBAR_PLUGIN_INSTALL" file="large_infobar_plugin.png" type="BINDATA" /> diff --git a/chrome/app/theme/theme_resources_standard.grd b/chrome/app/theme/theme_resources_standard.grd index 6be9f10..8ef267f 100644 --- a/chrome/app/theme/theme_resources_standard.grd +++ b/chrome/app/theme/theme_resources_standard.grd @@ -81,6 +81,7 @@ <include name="IDR_INFOBAR_ALT_NAV_URL" file="infobar_didyoumean.png" type="BINDATA" /> <include name="IDR_INFOBAR_AUTOFILL" file="infobar_autofill.png" type="BINDATA" /> <include name="IDR_INFOBAR_COOKIE" file="infobar_cookie.png" type="BINDATA" /> + <include name="IDR_INFOBAR_MEDIA_STREAM" file="infobar_media_stream.png" type="BINDATA" /> <include name="IDR_INFOBAR_MULTIPLE_DOWNLOADS" file="infobar_multiple_downloads.png" type="BINDATA" /> <include name="IDR_INFOBAR_PLUGIN_CRASHED" file="infobar_plugin_crashed.png" type="BINDATA" /> <include name="IDR_INFOBAR_PLUGIN_INSTALL" file="infobar_plugin.png" type="BINDATA" /> |