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

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

Issue 7989001: Remove use of default request context and fix use of speech censor flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 3 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_input_manager.h
diff --git a/content/browser/speech/speech_input_manager.h b/content/browser/speech/speech_input_manager.h
index afac4427d69189065779be67286041e918c337f6..420dbbaeb3962d301d3205988c111af39f60adaa 100644
--- a/content/browser/speech/speech_input_manager.h
+++ b/content/browser/speech/speech_input_manager.h
@@ -58,7 +58,9 @@ class SpeechInputManager : public SpeechRecognizerDelegate {
const gfx::Rect& element_rect,
const std::string& language,
const std::string& grammar,
- const std::string& origin_url);
+ const std::string& origin_url,
+ net::URLRequestContextGetter* context_getter,
+ bool censor_results);
virtual void CancelRecognition(int caller_id);
virtual void CancelAllRequestsWithDelegate(Delegate* delegate);
virtual void StopRecording(int caller_id);

Powered by Google App Engine
This is Rietveld 408576698