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); |
}; |