Fix API changes of Chrome 37.

This commit is contained in:
Cheng Zhao 2014-09-01 15:36:37 +08:00
parent d4a46fa35f
commit 3e46363ae1
3 changed files with 9 additions and 7 deletions

View file

@ -27,7 +27,7 @@ class AtomBrowserContext : public brightray::BrowserContext {
// brightray::URLRequestContextGetter::Delegate:
virtual net::URLRequestJobFactory* CreateURLRequestJobFactory(
content::ProtocolHandlerMap* handlers,
content::ProtocolHandlerScopedVector* interceptors) OVERRIDE;
content::URLRequestInterceptorScopedVector* interceptors) OVERRIDE;
private:
// A fake BrowserProcess object that used to feed the source code from chrome.