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

Unified Diff: chrome/common/render_messages_internal.h

Issue 3595018: Language tag for speech. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: rebase. Created 10 years, 2 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 | « chrome/browser/speech/speech_recognizer_unittest.cc ('k') | chrome/renderer/speech_input_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_internal.h
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index 0b43e31728e9517d0468ea5c2e08ab3f754a3dec..9abd695dd34e4bafd275f39ecdf0e50e5d27b062 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -2876,10 +2876,11 @@ IPC_BEGIN_MESSAGES(ViewHost)
// Requests the speech input service to start speech recognition on behalf of
// the given |render_view_id|.
- IPC_MESSAGE_CONTROL4(ViewHostMsg_SpeechInput_StartRecognition,
+ IPC_MESSAGE_CONTROL5(ViewHostMsg_SpeechInput_StartRecognition,
int /* render_view_id */,
- int /* request id */,
- gfx::Rect /* element rect in render view coordinates */,
+ int /* request_id */,
+ gfx::Rect /* element_rect */,
+ std::string /* language */,
std::string /* grammar */)
// Requests the speech input service to cancel speech recognition on behalf of
« no previous file with comments | « chrome/browser/speech/speech_recognizer_unittest.cc ('k') | chrome/renderer/speech_input_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698