Add access token store.

This commit is contained in:
Cheng Zhao 2014-08-13 12:12:43 +08:00
parent e7647ba183
commit 0ca9e8ee82
5 changed files with 68 additions and 0 deletions

View file

@ -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;