| Index: net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| diff --git a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| index 199014f8beccd075bf303a43f85daa24438fda42..b50b57930ddfd0501d0fcdd39d3d93a9f27a8a50 100644
|
| --- a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| +++ b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| @@ -8,7 +8,6 @@
|
| #include "base/bind_helpers.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| -#include "base/metrics/histogram.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "base/task_runner.h"
|
| @@ -262,7 +261,6 @@ std::string DhcpProxyScriptAdapterFetcher::GetPacURLFromDhcp(
|
|
|
| if (res != NO_ERROR) {
|
| VLOG(1) << "Error fetching PAC URL from DHCP: " << res;
|
| - UMA_HISTOGRAM_COUNTS("Net.DhcpWpadUnhandledDhcpError", 1);
|
| } else if (wpad_params.nBytesData) {
|
| return SanitizeDhcpApiString(
|
| reinterpret_cast<const char*>(wpad_params.Data),
|
|
|