diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-29 09:43:07 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-29 09:43:07 +0000 |
commit | f52df90502a2a9a09eb9931fa5dc70537db55da0 (patch) | |
tree | 716f833722ef8ab1d8e293116c2250950c6c460f | |
parent | d72791e9fe2be77a3a39ab3050c66b5c28e22234 (diff) | |
download | chromium_src-f52df90502a2a9a09eb9931fa5dc70537db55da0.zip chromium_src-f52df90502a2a9a09eb9931fa5dc70537db55da0.tar.gz chromium_src-f52df90502a2a9a09eb9931fa5dc70537db55da0.tar.bz2 |
Add accessibility icon resource
BUG=chromium-os:18937
TEST=Compiles
Review URL: http://codereview.chromium.org/7736012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98612 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/theme/statusbar_accessibility.png | bin | 0 -> 3413 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/statusbar_accessibility.png b/chrome/app/theme/statusbar_accessibility.png Binary files differnew file mode 100644 index 0000000..d946e2a --- /dev/null +++ b/chrome/app/theme/statusbar_accessibility.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index e037b6f..1eb8738 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -503,6 +503,7 @@ <include name="IDR_OOBE_PROGRESS_LINE_RIGHT" file="oobe_progress_line_right.png" type="BINDATA" /> <include name="IDR_SHUTDOWN_ICON" file="shutdown_icon.png" type="BINDATA" /> <include name="IDR_SPINNER" file="spinner.png" type="BINDATA" /> + <include name="IDR_STATUSBAR_ACCESSIBILITY" file="statusbar_accessibility.png" type="BINDATA" /> <include name="IDR_STATUSBAR_BATTERY_LARGE_ALL" file="statusbar_battery_large_all.png" type="BINDATA" /> <include name="IDR_STATUSBAR_BATTERY_SMALL_ALL" file="statusbar_battery_small_all.png" type="BINDATA" /> <include name="IDR_STATUSBAR_CAPS_LOCK" file="statusbar_caps_lock.png" type="BINDATA" /> |