Pass ProtocolHandlerScopedVector by value.
This commit is contained in:
parent
b95b621dfc
commit
604361f93d
4 changed files with 4 additions and 4 deletions
|
@ -123,7 +123,7 @@ scoped_ptr<NetworkDelegate> BrowserContext::CreateNetworkDelegate() {
|
|||
|
||||
scoped_ptr<net::URLRequestJobFactory> BrowserContext::CreateURLRequestJobFactory(
|
||||
const content::ProtocolHandlerMap& protocol_handlers,
|
||||
const content::ProtocolHandlerScopedVector& protocol_interceptors) {
|
||||
content::ProtocolHandlerScopedVector protocol_interceptors) {
|
||||
return scoped_ptr<net::URLRequestJobFactory>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue