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

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: 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: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 7fa8564e9df291a51ad62b938be99871b1494685..586eab5c8f2521a0767a9761affa1b2f8018a894 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 SpeechInputPreferences* GetSpeechInputPreferences() = 0;
Satish 2011/09/23 16:31:54 should SpeechInputPreferences be fwd declared abov
Satish 2011/09/23 16:31:54 Please also add a comment that the returned object
allanwoj 2011/09/26 13:05:15 Done.
allanwoj 2011/09/26 13:05:15 Put comment in its super class in browser_context.
virtual quota::QuotaManager* GetQuotaManager() = 0;
virtual webkit_database::DatabaseTracker* GetDatabaseTracker() = 0;
virtual WebKitContext* GetWebKitContext() = 0;

Powered by Google App Engine
This is Rietveld 408576698