| Index: net/http/http_stream_factory_impl.h
|
| diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h
|
| index 62d34f5b6965deaff7932f892d7522a81981450d..fee31c641253c2303f38a4ff826665db1d519306 100644
|
| --- a/net/http/http_stream_factory_impl.h
|
| +++ b/net/http/http_stream_factory_impl.h
|
| @@ -132,8 +132,7 @@ class NET_EXPORT_PRIVATE HttpStreamFactoryImpl : public HttpStreamFactory {
|
| const ProxyInfo& used_proxy_info,
|
| bool was_alpn_negotiated,
|
| NextProto negotiated_protocol,
|
| - bool using_spdy,
|
| - const NetLogWithSource& net_log);
|
| + bool using_spdy);
|
|
|
| // Called when the Job detects that the endpoint indicated by the
|
| // Alternate-Protocol does not work. Lets the factory update
|
|
|