Index: net/http/http_stream_parser.cc |
diff --git a/net/http/http_stream_parser.cc b/net/http/http_stream_parser.cc |
index c8f7ecc262c9b5b49a39e5da5037e2058f548a8c..0a960236d5cfe15a29a9bc6750429f46c91b8727 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); |