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