Fix API changes of Chrome 37.
This commit is contained in:
parent
d4a46fa35f
commit
3e46363ae1
3 changed files with 9 additions and 7 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue