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

Unified Diff: chrome/browser/profiles/profile_impl.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_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index d588fc1960a70602d9863299c69bcd267e826819..a274b69a96d42c7fe185475aa52a1df47bbb0064 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -96,6 +96,7 @@ class ProfileImpl : public Profile,
virtual HostContentSettingsMap* GetHostContentSettingsMap();
virtual HostZoomMap* GetHostZoomMap();
virtual GeolocationPermissionContext* GetGeolocationPermissionContext();
+ virtual bool GetSpeechCensorPref();
Satish 2011/09/23 09:44:57 any reason not to tag these with OVERRIDE similar
Avi (use Gerrit) 2011/09/23 13:16:06 While you're in here, yeah, that's a really good i
allanwoj 2011/09/23 14:12:44 Done.
virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher();
virtual FindBarState* GetFindBarState();
virtual bool HasProfileSyncService() const;

Powered by Google App Engine
This is Rietveld 408576698