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

Unified Diff: net/proxy/proxy_script_decider.cc

Issue 1059843002: Refactor NetLog::LogLevel --> NetLogCaptureMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing header 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/proxy/proxy_script_decider.cc
diff --git a/net/proxy/proxy_script_decider.cc b/net/proxy/proxy_script_decider.cc
index 27e7afb2320df3691ffccfb19ca7d0f3a355f703..4c1da750b575b33e5ac46f73d24d2387cc67d00d 100644
--- a/net/proxy/proxy_script_decider.cc
+++ b/net/proxy/proxy_script_decider.cc
@@ -55,7 +55,7 @@ const int kQuickCheckDelayMs = 1000;
base::Value* ProxyScriptDecider::PacSource::NetLogCallback(
const GURL* effective_pac_url,
- NetLog::LogLevel /* log_level */) const {
+ NetLogCaptureMode /* capture_mode */) const {
base::DictionaryValue* dict = new base::DictionaryValue();
std::string source;
switch (type) {

Powered by Google App Engine
This is Rietveld 408576698