diff options
author | leandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 19:37:21 +0000 |
---|---|---|
committer | leandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 19:37:21 +0000 |
commit | 6d0295ada658ff415a0ec4d335ccdf2df2125b3b (patch) | |
tree | 27c3a5158ec05e6c513dafb4c51668fb3394972a /chrome/browser/speech/speech_input_dispatcher_host.h | |
parent | 430122208349518b861bb61b0ff184d2b7ae4f4e (diff) | |
download | chromium_src-6d0295ada658ff415a0ec4d335ccdf2df2125b3b.zip chromium_src-6d0295ada658ff415a0ec4d335ccdf2df2125b3b.tar.gz chromium_src-6d0295ada658ff415a0ec4d335ccdf2df2125b3b.tar.bz2 |
Language tag for speech.
This is the 3rd in a 4-sided patch to add language attribute support to speech input.
The other patches can be found here:
1st - http://codereview.chromium.org/3615005/show
2nd - https://bugs.webkit.org/show_bug.cgi?id=47089
4th - https://bugs.webkit.org/show_bug.cgi?id=47420
This patch will be submitted once the webkit change has been rolled into chromium DEPS. Also, a last webkit cleanup patch will be submitted at any point after the 2nd patch.
BUG=53598
TEST=
Review URL: http://codereview.chromium.org/3595018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64466 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/speech/speech_input_dispatcher_host.h')
-rw-r--r-- | chrome/browser/speech/speech_input_dispatcher_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/speech/speech_input_dispatcher_host.h b/chrome/browser/speech/speech_input_dispatcher_host.h index db42f1e..85ca5c0 100644 --- a/chrome/browser/speech/speech_input_dispatcher_host.h +++ b/chrome/browser/speech/speech_input_dispatcher_host.h @@ -46,6 +46,7 @@ class SpeechInputDispatcherHost void OnStartRecognition(int render_view_id, int request_id, const gfx::Rect& element_rect, + const std::string& language, const std::string& grammar); void OnCancelRecognition(int render_view_id, int request_id); void OnStopRecording(int render_view_id, int request_id); |