Pass ProtocolHandlerScopedVector by value.
This commit is contained in:
parent
b95b621dfc
commit
604361f93d
4 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ class NetworkDelegate;
|
|||
|
||||
typedef base::Callback<scoped_ptr<net::URLRequestJobFactory>(
|
||||
const content::ProtocolHandlerMap& protocol_handlers,
|
||||
const content::ProtocolHandlerScopedVector& protocol_interceptors)> URLRequestJobFactoryFactory;
|
||||
content::ProtocolHandlerScopedVector protocol_interceptors)> URLRequestJobFactoryFactory;
|
||||
|
||||
class URLRequestContextGetter : public net::URLRequestContextGetter {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue