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

Unified Diff: chrome/browser/profiles/profile.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: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 7fa8564e9df291a51ad62b938be99871b1494685..ae1252792568e69108f5f25bdb0cac60f138620e 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -204,6 +204,7 @@ class Profile : public content::BrowserContext {
virtual const content::ResourceContext& GetResourceContext() = 0;
virtual HostZoomMap* GetHostZoomMap() = 0;
virtual GeolocationPermissionContext* GetGeolocationPermissionContext() = 0;
+ virtual bool GetSpeechCensorPref() = 0;
Satish 2011/09/23 09:44:57 perhaps this should return pointer to a SpeechInpu
allanwoj 2011/09/23 14:12:44 Done.
virtual quota::QuotaManager* GetQuotaManager() = 0;
virtual webkit_database::DatabaseTracker* GetDatabaseTracker() = 0;
virtual WebKitContext* GetWebKitContext() = 0;

Powered by Google App Engine
This is Rietveld 408576698