| Index: content/public/browser/speech_recognizer.h
|
| diff --git a/content/public/browser/speech_recognizer.h b/content/public/browser/speech_recognizer.h
|
| index 6f167d9086320f87a5586fac6c76757aa0aeda19..4e64e101b8111137efea7944d45cbcc1c96e6357 100644
|
| --- a/content/public/browser/speech_recognizer.h
|
| +++ b/content/public/browser/speech_recognizer.h
|
| @@ -46,7 +46,7 @@ class SpeechRecognizer : public base::RefCountedThreadSafe<SpeechRecognizer> {
|
| // though each recognition request can be made only after the previous one
|
| // completes (i.e. after receiving
|
| // SpeechRecognitionEventListener::OnRecognitionEnd).
|
| - virtual bool StartRecognition() = 0;
|
| + virtual void StartRecognition() = 0;
|
|
|
| // Stops recording audio and cancels recognition. Any audio recorded so far
|
| // gets discarded.
|
|
|