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

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

Issue 9972011: Speech refactoring: Reimplemented SpeechRecognitionManagerImpl as a FSM. (CL1.7) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed according to Satish review. Created 8 years, 8 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/google_one_shot_remote_engine.h
diff --git a/content/browser/speech/google_one_shot_remote_engine.h b/content/browser/speech/google_one_shot_remote_engine.h
index 7e47c67dd68b4c323d21337662b595d6a507beba..a3ac48ca75303eee7edaa8aa0be3c7c4f351845e 100644
--- a/content/browser/speech/google_one_shot_remote_engine.h
+++ b/content/browser/speech/google_one_shot_remote_engine.h
@@ -75,6 +75,7 @@ class CONTENT_EXPORT GoogleOneShotRemoteEngine
scoped_ptr<content::URLFetcher> url_fetcher_;
scoped_refptr<net::URLRequestContextGetter> url_context_;
scoped_ptr<AudioEncoder> encoder_;
+ bool url_fetcher_destroyed_;
Satish 2012/04/23 10:25:17 Should these changes be removed?
Primiano Tucci (use gerrit) 2012/04/23 12:52:25 I did remove them in the last patch-set. Probably
DISALLOW_COPY_AND_ASSIGN(GoogleOneShotRemoteEngine);
};

Powered by Google App Engine
This is Rietveld 408576698