Add access token store.
This commit is contained in:
parent
e7647ba183
commit
0ca9e8ee82
5 changed files with 68 additions and 0 deletions
|
@ -25,6 +25,7 @@ class AtomBrowserClient : public brightray::BrowserClient {
|
|||
content::ProtocolHandlerMap* protocol_handlers,
|
||||
content::ProtocolHandlerScopedVector protocol_interceptors) OVERRIDE;
|
||||
virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
||||
virtual content::AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
|
||||
virtual void OverrideWebkitPrefs(content::RenderViewHost* render_view_host,
|
||||
const GURL& url,
|
||||
WebPreferences* prefs) OVERRIDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue