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

Unified Diff: content/browser/speech/speech_recognizer_unittest.cc

Issue 11316330: Revert 170701 since the WebKit change has now been rolled in again. (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
« no previous file with comments | « content/browser/speech/speech_recognizer.cc ('k') | content/common/speech_recognition_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/speech/speech_recognizer_unittest.cc
===================================================================
--- content/browser/speech/speech_recognizer_unittest.cc (revision 170918)
+++ content/browser/speech/speech_recognizer_unittest.cc (working copy)
@@ -96,8 +96,8 @@
CheckEventsConsistency();
}
- virtual void OnRecognitionResult(
- int session_id, const SpeechRecognitionResult& result) OVERRIDE {
+ virtual void OnRecognitionResults(
+ int session_id, const SpeechRecognitionResults& results) OVERRIDE {
result_received_ = true;
}
Property changes on: content\browser\speech\speech_recognizer_unittest.cc
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « content/browser/speech/speech_recognizer.cc ('k') | content/common/speech_recognition_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698