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

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: " 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/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index 39aefe2bde32b311ccc4953c0aa91d0ff9b56a81..dddae01d9ac6458c8e3abb53bd699b0a9cfe052a 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -221,6 +221,7 @@ class TestingProfile : public Profile {
virtual FindBarState* GetFindBarState();
virtual HostContentSettingsMap* GetHostContentSettingsMap();
virtual GeolocationPermissionContext* GetGeolocationPermissionContext();
+ virtual bool GetSpeechCensorPref();
Satish 2011/09/23 09:44:57 any reason not to tag these with OVERRIDE similar
allanwoj 2011/09/23 14:12:44 Yup I don't see why not. I'll do it in another cl
virtual HostZoomMap* GetHostZoomMap();
virtual bool HasProfileSyncService() const;
virtual std::wstring GetName();

Powered by Google App Engine
This is Rietveld 408576698