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

Unified Diff: content/browser/speech/speech_recognition_request.h

Issue 8137005: Applying changes to the existing speech input code to support the extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac bot fix. Created 9 years, 2 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/browser/speech/speech_recognition_request.h
diff --git a/content/browser/speech/speech_recognition_request.h b/content/browser/speech/speech_recognition_request.h
index c4be1d26ead42e4559b20c9a74f3631e7602e2f8..346951ac4266e94319a525ab0cdaa96573ab3281 100644
--- a/content/browser/speech/speech_recognition_request.h
+++ b/content/browser/speech/speech_recognition_request.h
@@ -34,8 +34,7 @@ class SpeechRecognitionRequest : public URLFetcher::Delegate {
// Interface for receiving callbacks from this object.
class CONTENT_EXPORT Delegate {
public:
- virtual void SetRecognitionResult(
- bool error, const SpeechInputResultArray& result) = 0;
+ virtual void SetRecognitionResult(const SpeechInputResult& result) = 0;
protected:
virtual ~Delegate() {}
« no previous file with comments | « content/browser/speech/speech_input_manager.cc ('k') | content/browser/speech/speech_recognition_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698