summaryrefslogtreecommitdiffstats
path: root/google_apis
diff options
context:
space:
mode:
authorbengr@chromium.org <bengr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-30 15:08:42 +0000
committerbengr@chromium.org <bengr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-30 15:08:42 +0000
commitecc7b1678ed1f52b056c94c41d9f3009de1cdc9c (patch)
treeab10d1ab97741afca1682e990c45cb479dde293f /google_apis
parentaabf821311666fcc6ce0eccb94251433f75df7a8 (diff)
downloadchromium_src-ecc7b1678ed1f52b056c94c41d9f3009de1cdc9c.zip
chromium_src-ecc7b1678ed1f52b056c94c41d9f3009de1cdc9c.tar.gz
chromium_src-ecc7b1678ed1f52b056c94c41d9f3009de1cdc9c.tar.bz2
Update UMA to track bypasses due to 4xx responses that are missing the proxy's via header and bypasses due to network errors.
BUG=376148 Review URL: https://codereview.chromium.org/298883011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273839 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis')
-rw-r--r--google_apis/gcm/engine/connection_factory_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/google_apis/gcm/engine/connection_factory_impl.cc b/google_apis/gcm/engine/connection_factory_impl.cc
index 76d2832..bab0a95 100644
--- a/google_apis/gcm/engine/connection_factory_impl.cc
+++ b/google_apis/gcm/engine/connection_factory_impl.cc
@@ -457,7 +457,7 @@ int ConnectionFactoryImpl::ReconsiderProxyAfterError(int error) {
}
int status = network_session_->proxy_service()->ReconsiderProxyAfterError(
- GetCurrentEndpoint(), &proxy_info_,
+ GetCurrentEndpoint(), error, &proxy_info_,
base::Bind(&ConnectionFactoryImpl::OnProxyResolveDone,
weak_ptr_factory_.GetWeakPtr()),
&pac_request_,