Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2662)

Unified Diff: chrome/app/theme/theme_resources.grd

Issue 8386074: Add a tray notification UI for speech input recording in the extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: requested file renames and api constants refactor. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index d8f55d9551da9cf8cb5f071f3666e2f7ee2b16c8..af5b2b90a564a60726bf136f9fe95125e8ebdc63 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -342,6 +342,19 @@
<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_SPINNER" file="speech_input_spinner.png" type="BINDATA" />
+ <include name="IDR_SPEECH_INPUT_TRAY_BALLOON_ICON" file="speech_input_tray_balloon_icon.png" type="BINDATA" />
+ <if expr="is_win">
+ <include name="IDR_SPEECH_INPUT_TRAY_WINDOWS_MIC_EMPTY" file="speech_input_tray_windows_mic_empty.png" type="BINDATA" />
+ <include name="IDR_SPEECH_INPUT_TRAY_WINDOWS_MIC_FULL" file="speech_input_tray_windows_mic_full.png" type="BINDATA" />
+ </if>
+ <if expr="is_linux">
+ <include name="IDR_SPEECH_INPUT_TRAY_LINUX_MIC_EMPTY" file="speech_input_tray_linux_mic_empty.png" type="BINDATA" />
+ <include name="IDR_SPEECH_INPUT_TRAY_LINUX_MIC_FULL" file="speech_input_tray_linux_mic_full.png" type="BINDATA" />
+ </if>
+ <if expr="is_macosx">
+ <include name="IDR_SPEECH_INPUT_TRAY_MACOSX_MIC_EMPTY" file="speech_input_tray_macosx_mic_empty.png" type="BINDATA" />
+ <include name="IDR_SPEECH_INPUT_TRAY_MACOSX_MIC_FULL" file="speech_input_tray_macosx_mic_full.png" type="BINDATA" />
+ </if>
<if expr="pp_ifdef('_google_chrome') and is_macosx">
<include name="IDR_STATUS_TRAY_ICON" file="google_chrome/product_logo_22_mono.png" type="BINDATA" />
<include name="IDR_STATUS_TRAY_ICON_PRESSED" file="google_chrome/product_logo_22_mono_invert.png" type="BINDATA" />

Powered by Google App Engine
This is Rietveld 408576698