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;
|
||||
content::SpeechRecognitionManagerDelegate*
|
||||
CreateSpeechRecognitionManagerDelegate() override;
|
||||
content::GeolocationDelegate* CreateGeolocationDelegate() override;
|
||||
device::GeolocationDelegate* CreateGeolocationDelegate() override;
|
||||
void OverrideWebkitPrefs(content::RenderViewHost* render_view_host,
|
||||
content::WebPreferences* prefs) override;
|
||||
std::string GetApplicationLocale() override;
|
||||
|
|
Loading…
Reference in a new issue