Move creation of URLRequestJobFactoryImpl into default delegate.
This commit is contained in:
parent
c30f11f38c
commit
3fefdcba0d
2 changed files with 31 additions and 44 deletions
|
@ -32,12 +32,10 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
|
|||
Delegate() {}
|
||||
virtual ~Delegate() {}
|
||||
|
||||
virtual net::NetworkDelegate* CreateNetworkDelegate() { return NULL; };
|
||||
virtual net::NetworkDelegate* CreateNetworkDelegate() { return NULL; }
|
||||
virtual net::URLRequestJobFactory* CreateURLRequestJobFactory(
|
||||
content::ProtocolHandlerMap* protocol_handlers,
|
||||
content::ProtocolHandlerScopedVector* protocol_interceptors) {
|
||||
return NULL;
|
||||
};
|
||||
content::ProtocolHandlerScopedVector* protocol_interceptors);
|
||||
};
|
||||
|
||||
URLRequestContextGetter(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue