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

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: rebase again to fix a merge conflict 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
« no previous file with comments | « net/http/http_request_headers_unittest.cc ('k') | net/http/http_response_headers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « net/http/http_request_headers_unittest.cc ('k') | net/http/http_response_headers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698