Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1526)

Unified Diff: net/http/http_response_headers.h

Issue 1059843002: Refactor NetLog::LogLevel --> NetLogCaptureMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698