| Index: net/proxy/proxy_script_decider.h
|
| diff --git a/net/proxy/proxy_script_decider.h b/net/proxy/proxy_script_decider.h
|
| index 271e43ae0f4891824b6c03b0ec2efb38c0f93273..aa37c8884ecd961e7373e303e9bdb44920021926 100644
|
| --- a/net/proxy/proxy_script_decider.h
|
| +++ b/net/proxy/proxy_script_decider.h
|
| @@ -102,7 +102,7 @@ class NET_EXPORT_PRIVATE ProxyScriptDecider {
|
| // be non-NULL and point to the URL derived from information contained in
|
| // |this|, if Type is not WPAD_DHCP.
|
| base::Value* NetLogCallback(const GURL* effective_pac_url,
|
| - NetLog::LogLevel log_level) const;
|
| + NetLogCaptureMode capture_mode) const;
|
|
|
| Type type;
|
| GURL url; // Empty unless |type == PAC_SOURCE_CUSTOM|.
|
|
|