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

Unified Diff: webkit/tools/test_shell/test_shell_win.cc

Issue 3064017: Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1 (Closed)
Patch Set: Added button images to test shell and set flag. Created 10 years, 5 months 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
« no previous file with comments | « webkit/tools/test_shell/test_shell_webkit_init.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell_win.cc
diff --git a/webkit/tools/test_shell/test_shell_win.cc b/webkit/tools/test_shell/test_shell_win.cc
index 845f04c29041333e3e24716d65c81a40bef34205..24cb6be7897c8ca5845520be97ec525ecba3141f 100644
--- a/webkit/tools/test_shell/test_shell_win.cc
+++ b/webkit/tools/test_shell/test_shell_win.cc
@@ -792,6 +792,9 @@ base::StringPiece GetDataResource(int resource_id) {
case IDR_DEVTOOLS_INJECT_WEBKIT_JS:
case IDR_DEVTOOLS_INJECT_DISPATCH_JS:
case IDR_DEVTOOLS_DEBUGGER_SCRIPT_JS:
+ case IDR_INPUT_SPEECH:
+ case IDR_INPUT_SPEECH_RECORDING:
+ case IDR_INPUT_SPEECH_WAITING:
return NetResourceProvider(resource_id);
default:
« no previous file with comments | « webkit/tools/test_shell/test_shell_webkit_init.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698