Add AtomSpeechRecognitionManagerDelegate

This commit is contained in:
Cheng Zhao 2014-10-08 11:55:14 +08:00
parent 3a177d55f8
commit d4e3c39fa5
6 changed files with 132 additions and 0 deletions

View file

@ -23,6 +23,8 @@ class AtomBrowserClient : public brightray::BrowserClient {
virtual void RenderProcessWillLaunch(
content::RenderProcessHost* host) OVERRIDE;
virtual void ResourceDispatcherHostCreated() OVERRIDE;
virtual content::SpeechRecognitionManagerDelegate*
GetSpeechRecognitionManagerDelegate() override;
virtual content::AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
virtual void OverrideWebkitPrefs(content::RenderViewHost* render_view_host,
const GURL& url,