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

Unified Diff: net/url_request/url_request_netlog_params.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/url_request/url_request_job.cc ('k') | net/url_request/url_request_netlog_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_netlog_params.h
diff --git a/net/url_request/url_request_netlog_params.h b/net/url_request/url_request_netlog_params.h
index 9ca36bcab1627b984772a0abf5c3ce82c4150e1d..d216105acc116ac16cf2d03f937f45a9306921fe 100644
--- a/net/url_request/url_request_netlog_params.h
+++ b/net/url_request/url_request_netlog_params.h
@@ -26,7 +26,7 @@ NET_EXPORT base::Value* NetLogURLRequestStartCallback(
int load_flags,
RequestPriority priority,
int64 upload_id,
- NetLog::LogLevel /* log_level */);
+ NetLogCaptureMode /* capture_mode */);
// Attempts to extract the load flags from a Value created by the above
// function. On success, sets |load_flags| accordingly and returns true.
« no previous file with comments | « net/url_request/url_request_job.cc ('k') | net/url_request/url_request_netlog_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698