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

Unified Diff: content/public/browser/speech_recognition_event_listener.h

Issue 9663066: Refactoring of chrome speech recognition architecture (CL1.3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final review fixes. Created 8 years, 9 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
Index: content/public/browser/speech_recognition_event_listener.h
diff --git a/content/public/browser/speech_recognition_event_listener.h b/content/public/browser/speech_recognition_event_listener.h
index 50fdc808fdd78be3a8cce3e618262dc2e841abcc..dbe33ae14318431a52c2213e4403da817f3c9eaa 100644
--- a/content/public/browser/speech_recognition_event_listener.h
+++ b/content/public/browser/speech_recognition_event_listener.h
@@ -46,7 +46,7 @@ class CONTENT_EXPORT SpeechRecognitionEventListener {
// The recognition has already been cancelled when this call is made and
// no more events will be raised.
virtual void OnRecognitionError(int caller_id,
- const SpeechRecognitionErrorCode& error) = 0;
+ const SpeechRecognitionError& error) = 0;
// Informs of a change in the captured audio level, useful if displaying
// a microphone volume indicator while recording.

Powered by Google App Engine
This is Rietveld 408576698