Chromium Code Reviews| Index: chrome/browser/profiles/profile.h |
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
| index 7fa8564e9df291a51ad62b938be99871b1494685..ae1252792568e69108f5f25bdb0cac60f138620e 100644 |
| --- a/chrome/browser/profiles/profile.h |
| +++ b/chrome/browser/profiles/profile.h |
| @@ -204,6 +204,7 @@ class Profile : public content::BrowserContext { |
| virtual const content::ResourceContext& GetResourceContext() = 0; |
| virtual HostZoomMap* GetHostZoomMap() = 0; |
| virtual GeolocationPermissionContext* GetGeolocationPermissionContext() = 0; |
| + virtual bool GetSpeechCensorPref() = 0; |
|
Satish
2011/09/23 09:44:57
perhaps this should return pointer to a SpeechInpu
allanwoj
2011/09/23 14:12:44
Done.
|
| virtual quota::QuotaManager* GetQuotaManager() = 0; |
| virtual webkit_database::DatabaseTracker* GetDatabaseTracker() = 0; |
| virtual WebKitContext* GetWebKitContext() = 0; |