Upgrade brightray for new URLRequestContextGetter interface.

This commit is contained in:
Cheng Zhao 2014-08-20 15:30:32 +08:00
parent 2bcb7393c4
commit af0a5744f2
3 changed files with 5 additions and 6 deletions

View file

@ -22,8 +22,8 @@ class AtomBrowserContext : public brightray::BrowserContext {
AtomURLRequestJobFactory* job_factory() const { return job_factory_; }
protected:
// brightray::BrowserContext:
virtual scoped_ptr<net::URLRequestJobFactory> CreateURLRequestJobFactory(
// brightray::URLRequestContextGetter::Delegate:
virtual net::URLRequestJobFactory* CreateURLRequestJobFactory(
content::ProtocolHandlerMap* handlers,
content::ProtocolHandlerScopedVector* interceptors) OVERRIDE;