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

Unified Diff: chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc

Issue 11416310: Revert 170668 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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: chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc
===================================================================
--- chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc (revision 170700)
+++ chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc (working copy)
@@ -375,8 +375,8 @@
}
}
-void ChromeSpeechRecognitionManagerDelegate::OnRecognitionResults(
- int session_id, const content::SpeechRecognitionResults& result) {
+void ChromeSpeechRecognitionManagerDelegate::OnRecognitionResult(
+ int session_id, const content::SpeechRecognitionResult& result) {
// The bubble will be closed upon the OnEnd event, which will follow soon.
}

Powered by Google App Engine
This is Rietveld 408576698