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

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: Separate overriden methods in profile_impl.h 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
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 45f144759a422f81ae0acb14953d4ae39fee33c0..337b8ab6312af82fd95fc2e073d3ac6522b55cdd 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -84,6 +84,7 @@ class PromoResourceService;
class ProtocolHandlerRegistry;
class SQLitePersistentCookieStore;
class SSLConfigServiceManager;
+class SpeechInputPreferences;
class SpellCheckHost;
class TemplateURLFetcher;
class TokenService;
@@ -203,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;
virtual quota::QuotaManager* GetQuotaManager() = 0;
virtual webkit_database::DatabaseTracker* GetDatabaseTracker() = 0;
virtual WebKitContext* GetWebKitContext() = 0;
« no previous file with comments | « chrome/browser/profiles/off_the_record_profile_impl.cc ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698