Use custom url request getter to setup request job factory.

This commit is contained in:
Cheng Zhao 2013-09-20 16:47:47 +08:00
parent 9849844e89
commit 3f357f184d
8 changed files with 305 additions and 44 deletions

View file

@ -7,10 +7,6 @@
#include "brightray/browser/browser_client.h"
namespace net {
class URLRequestContextStorage;
}
namespace atom {
class AtomBrowserClient : public brightray::BrowserClient {
@ -34,8 +30,6 @@ class AtomBrowserClient : public brightray::BrowserClient {
virtual brightray::BrowserMainParts* OverrideCreateBrowserMainParts(
const content::MainFunctionParams&) OVERRIDE;
scoped_ptr<net::URLRequestContextStorage> storage_;
DISALLOW_COPY_AND_ASSIGN(AtomBrowserClient);
};