Index: net/http/http_stream_parser.cc |
diff --git a/net/http/http_stream_parser.cc b/net/http/http_stream_parser.cc |
index fc04a7d9a50ed444b94c3636c48343fb0e73be65..b20647ed57be53ad60485f47b9df47f64d33a6dd 100644 |
--- a/net/http/http_stream_parser.cc |
+++ b/net/http/http_stream_parser.cc |
@@ -59,10 +59,11 @@ bool HeadersContainMultipleCopiesOfField(const HttpResponseHeaders& headers, |
return false; |
} |
-base::Value* NetLogSendRequestBodyCallback(uint64 length, |
- bool is_chunked, |
- bool did_merge, |
- NetLog::LogLevel /* log_level */) { |
+base::Value* NetLogSendRequestBodyCallback( |
+ uint64 length, |
+ bool is_chunked, |
+ bool did_merge, |
+ NetLogCaptureMode /* capture_mode */) { |
base::DictionaryValue* dict = new base::DictionaryValue(); |
dict->SetInteger("length", static_cast<int>(length)); |
dict->SetBoolean("is_chunked", is_chunked); |