BrowserContext::GetSpeechRecognitionPreferences is gone in Chrome 30

See http://src.chromium.org/viewvc/chrome?view=revision&revision=210616.
This commit is contained in:
Adam Roben 2013-10-07 15:23:55 -04:00
parent eb446fc707
commit c1c4344879
2 changed files with 0 additions and 5 deletions

View file

@ -51,7 +51,6 @@ private:
virtual content::ResourceContext* GetResourceContext() OVERRIDE;
virtual content::DownloadManagerDelegate* GetDownloadManagerDelegate() OVERRIDE;
virtual content::GeolocationPermissionContext* GetGeolocationPermissionContext() OVERRIDE;
virtual content::SpeechRecognitionPreferences* GetSpeechRecognitionPreferences() OVERRIDE;
virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
base::FilePath path_;