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

Unified Diff: chrome/browser/net/chrome_network_delegate.cc

Issue 568893002: Trigger data reduction proxy unreachable message via on proxy fall back. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head. Created 6 years, 3 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
« no previous file with comments | « no previous file | components/data_reduction_proxy/browser/data_reduction_proxy_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/chrome_network_delegate.cc
diff --git a/chrome/browser/net/chrome_network_delegate.cc b/chrome/browser/net/chrome_network_delegate.cc
index 42b7463c0cfd528433de1873ef389e1f186f6a0d..d330dfb76551f63d14190796d4d858958be1d850 100644
--- a/chrome/browser/net/chrome_network_delegate.cc
+++ b/chrome/browser/net/chrome_network_delegate.cc
@@ -458,7 +458,7 @@ void ChromeNetworkDelegate::OnResolveProxy(
void ChromeNetworkDelegate::OnProxyFallback(const net::ProxyServer& bad_proxy,
int net_error) {
if (data_reduction_proxy_usage_stats_) {
- data_reduction_proxy_usage_stats_->RecordBypassEventHistograms(
+ data_reduction_proxy_usage_stats_->OnProxyFallback(
bad_proxy, net_error);
}
}
« no previous file with comments | « no previous file | components/data_reduction_proxy/browser/data_reduction_proxy_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698