| Index: net/http/http_response_headers.h
|
| diff --git a/net/http/http_response_headers.h b/net/http/http_response_headers.h
|
| index a87a5f5e7de5a3b25f21396c99b09d574c06c491..dd3d9cb85990d0872198207e37fe5bc1c34e74a8 100644
|
| --- a/net/http/http_response_headers.h
|
| +++ b/net/http/http_response_headers.h
|
| @@ -286,7 +286,7 @@ class NET_EXPORT HttpResponseHeaders
|
| bool IsChunkEncoded() const;
|
|
|
| // Creates a Value for use with the NetLog containing the response headers.
|
| - base::Value* NetLogCallback(NetLog::LogLevel log_level) const;
|
| + base::Value* NetLogCallback(NetLogCaptureMode capture_mode) const;
|
|
|
| // Takes in a Value created by the above function, and attempts to create a
|
| // copy of the original headers. Returns true on success. On failure,
|
|
|