Avoid creating our own URLRequestContextGetter.

This commit is contained in:
Cheng Zhao 2014-08-13 17:40:31 +08:00
parent 66ef1a067d
commit 226cbda7a6
10 changed files with 46 additions and 350 deletions

View file

@ -20,10 +20,6 @@ class AtomBrowserClient : public brightray::BrowserClient {
protected:
// content::ContentBrowserClient:
net::URLRequestContextGetter* CreateRequestContext(
content::BrowserContext* browser_context,
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,