diff options
author | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 06:02:34 +0000 |
---|---|---|
committer | satish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 06:02:34 +0000 |
commit | b0dbc57bb5fee3bcb6bdfd981ab2d04054a2dcc7 (patch) | |
tree | 33d98bdfd4fa340e6be37ed3fcae538dfacb469c | |
parent | 31a4e7c3dba049bd4338728e223bafa0f436f58f (diff) | |
download | chromium_src-b0dbc57bb5fee3bcb6bdfd981ab2d04054a2dcc7.zip chromium_src-b0dbc57bb5fee3bcb6bdfd981ab2d04054a2dcc7.tar.gz chromium_src-b0dbc57bb5fee3bcb6bdfd981ab2d04054a2dcc7.tar.bz2 |
Add a new image to be used in a future CL for a progress indicator in speech input.
I'm adding this in a separate CL now because the try bots don't seem to handle new
files well and I'd like to run my next CL in the try bots before submitting.
BUG=53598
TEST=none
Review URL: http://codereview.chromium.org/3493006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60262 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/theme/speech_input_spinner.png | bin | 0 -> 8819 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/speech_input_spinner.png b/chrome/app/theme/speech_input_spinner.png Binary files differnew file mode 100644 index 0000000..45e238b --- /dev/null +++ b/chrome/app/theme/speech_input_spinner.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index aca0ad4..148bf9a 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -427,6 +427,7 @@ <include name="IDR_SPEECH_INPUT_MIC_FULL" file="speech_input_mic_full.png" type="BINDATA" /> <include name="IDR_SPEECH_INPUT_MIC_MASK" file="speech_input_mic_mask.png" type="BINDATA" /> <include name="IDR_SPEECH_INPUT_PROCESSING" file="speech_input_processing.png" type="BINDATA" /> + <include name="IDR_SPEECH_INPUT_SPINNER" file="speech_input_spinner.png" type="BINDATA" /> <if expr="pp_ifdef('_google_chrome')"> <include name="IDR_WIZARD_ICON" file="google_chrome/wizard_icon.png" type="BINDATA" /> <include name="IDR_WIZARD_ICON_RTL" file="google_chrome/wizard_icon_rtl.png" type="BINDATA" /> |