update atom_browser_client.h
This commit is contained in:
parent
9716e2745b
commit
6520396466
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class AtomBrowserClient : public brightray::BrowserClient,
|
||||||
void RenderProcessWillLaunch(content::RenderProcessHost* host) override;
|
void RenderProcessWillLaunch(content::RenderProcessHost* host) override;
|
||||||
content::SpeechRecognitionManagerDelegate*
|
content::SpeechRecognitionManagerDelegate*
|
||||||
CreateSpeechRecognitionManagerDelegate() override;
|
CreateSpeechRecognitionManagerDelegate() override;
|
||||||
content::GeolocationDelegate* CreateGeolocationDelegate() override;
|
device::GeolocationDelegate* CreateGeolocationDelegate() override;
|
||||||
void OverrideWebkitPrefs(content::RenderViewHost* render_view_host,
|
void OverrideWebkitPrefs(content::RenderViewHost* render_view_host,
|
||||||
content::WebPreferences* prefs) override;
|
content::WebPreferences* prefs) override;
|
||||||
std::string GetApplicationLocale() override;
|
std::string GetApplicationLocale() override;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue