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..586eab5c8f2521a0767a9761affa1b2f8018a894 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 SpeechInputPreferences* GetSpeechInputPreferences() = 0; |
|
Satish
2011/09/23 16:31:54
should SpeechInputPreferences be fwd declared abov
Satish
2011/09/23 16:31:54
Please also add a comment that the returned object
allanwoj
2011/09/26 13:05:15
Done.
allanwoj
2011/09/26 13:05:15
Put comment in its super class in browser_context.
|
| virtual quota::QuotaManager* GetQuotaManager() = 0; |
| virtual webkit_database::DatabaseTracker* GetDatabaseTracker() = 0; |
| virtual WebKitContext* GetWebKitContext() = 0; |