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

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: update copyright 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 53f2b43040d8c8ceb99266b81b42a153a18c04e5..f36c3575cb8cc3588b81ccafb14b540ae5ee3ace 100644
--- a/net/proxy/proxy_script_decider.cc
+++ b/net/proxy/proxy_script_decider.cc
@@ -56,7 +56,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