| Index: content/renderer/input_tag_speech_dispatcher.h
|
| ===================================================================
|
| --- content/renderer/input_tag_speech_dispatcher.h (revision 170700)
|
| +++ content/renderer/input_tag_speech_dispatcher.h (working copy)
|
| @@ -6,7 +6,6 @@
|
| #define CONTENT_RENDERER_INPUT_TAG_SPEECH_DISPATCHER_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "content/public/common/speech_recognition_result.h"
|
| #include "content/public/renderer/render_view_observer.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSpeechInputController.h"
|
|
|
| @@ -40,8 +39,8 @@
|
| virtual void cancelRecognition(int request_id);
|
| virtual void stopRecording(int request_id);
|
|
|
| - void OnSpeechRecognitionResults(
|
| - int request_id, const SpeechRecognitionResults& results);
|
| + void OnSpeechRecognitionResult(
|
| + int request_id, const SpeechRecognitionResult& result);
|
| void OnSpeechRecordingComplete(int request_id);
|
| void OnSpeechRecognitionComplete(int request_id);
|
| void OnSpeechRecognitionToggleSpeechInput();
|
|
|