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

Unified Diff: content/test/test_browser_context.cc

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/test/test_browser_context.cc
diff --git a/content/test/test_browser_context.cc b/content/test/test_browser_context.cc
index b17dc62a7fe1de67ffc871bab9880398eb8c5ba2..4cfadf4b3ab347231018f7bcae747179ef6e6ac7 100644
--- a/content/test/test_browser_context.cc
+++ b/content/test/test_browser_context.cc
@@ -61,6 +61,10 @@ TestBrowserContext::GetGeolocationPermissionContext() {
return NULL;
}
+bool TestBrowserContext::GetSpeechCensorPref() {
+ return true;
+}
+
bool TestBrowserContext::DidLastSessionExitCleanly() {
return true;
}
« content/browser/speech/speech_input_dispatcher_host.h ('K') | « content/test/test_browser_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698