| Index: net/http/http_stream_factory_impl_job.cc
|
| diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc
|
| index 4ce799e8135cfe7d7a8db0808af86314a751577d..5843d4c342ab972823a3d643d5155ca92d697fca 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -49,7 +49,7 @@ base::Value* NetLogHttpStreamJobCallback(
|
| const GURL* url,
|
| const AlternativeService* alternative_service,
|
| RequestPriority priority,
|
| - NetLog::LogLevel /* log_level */) {
|
| + NetLogCaptureMode /* capture_mode */) {
|
| base::DictionaryValue* dict = new base::DictionaryValue();
|
| dict->SetString("original_url", original_url->GetOrigin().spec());
|
| dict->SetString("url", url->GetOrigin().spec());
|
| @@ -63,7 +63,7 @@ base::Value* NetLogHttpStreamJobCallback(
|
| base::Value* NetLogHttpStreamProtoCallback(
|
| const SSLClientSocket::NextProtoStatus status,
|
| const std::string* proto,
|
| - NetLog::LogLevel /* log_level */) {
|
| + NetLogCaptureMode /* capture_mode */) {
|
| base::DictionaryValue* dict = new base::DictionaryValue();
|
|
|
| dict->SetString("next_proto_status",
|
|
|