Chromium Code Reviews| 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(); |