Add AtomSpeechRecognitionManagerDelegate
This commit is contained in:
parent
3a177d55f8
commit
d4e3c39fa5
6 changed files with 132 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue