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

Unified Diff: chrome/test/base/testing_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/chrome_browser.gypi ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index edafda8fc4e8201b414c03e6e87d77eca2ad26c5..925cc448dca554610f351b3a83e4ad41640edf48 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -46,6 +46,7 @@ class HostContentSettingsMap;
class PrefService;
class ProfileDependencyManager;
class ProfileSyncService;
+class SpeechInputPreferences;
class TemplateURLService;
class TestingPrefService;
class ThemeService;
@@ -220,6 +221,7 @@ class TestingProfile : public Profile {
virtual FindBarState* GetFindBarState();
virtual HostContentSettingsMap* GetHostContentSettingsMap();
virtual GeolocationPermissionContext* GetGeolocationPermissionContext();
+ virtual SpeechInputPreferences* GetSpeechInputPreferences();
virtual HostZoomMap* GetHostZoomMap();
virtual bool HasProfileSyncService() const;
virtual std::wstring GetName();
@@ -365,6 +367,8 @@ class TestingProfile : public Profile {
scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
scoped_refptr<GeolocationPermissionContext> geolocation_permission_context_;
+ scoped_refptr<SpeechInputPreferences> speech_input_preferences_;
+
// Find bar state. Created lazily by GetFindBarState().
scoped_ptr<FindBarState> find_bar_state_;
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698