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

Unified Diff: content/test/test_browser_context.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: Update SpeechInputPreferences when preference changes 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.h
diff --git a/content/test/test_browser_context.h b/content/test/test_browser_context.h
index 65f49b1586cf7b05b9c318798e56a1c8d5ed355e..dc65565727bb5684f40c8be6177efb5b4d6da5d7 100644
--- a/content/test/test_browser_context.h
+++ b/content/test/test_browser_context.h
@@ -30,6 +30,7 @@ class TestBrowserContext : public content::BrowserContext {
virtual HostZoomMap* GetHostZoomMap() OVERRIDE;
virtual GeolocationPermissionContext* GetGeolocationPermissionContext()
OVERRIDE;
+ virtual SpeechInputPreferences* GetSpeechInputPreferences() OVERRIDE;
virtual bool DidLastSessionExitCleanly() OVERRIDE;
virtual quota::QuotaManager* GetQuotaManager() OVERRIDE;
virtual WebKitContext* GetWebKitContext() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698