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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h

Issue 1871783002: Remove the Data Reduction Proxy TLS experiment code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tbansal comments Created 4 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: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
index 3f935565d6b850ca433be29397da53cafff88d5b..c8ac07b1a3aff916df606bc5c979a13f962ad487 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
@@ -79,11 +79,6 @@ class DataReductionProxyBypassStats
void OnProxyFallback(const net::ProxyServer& bypassed_proxy,
int net_error);
- // Called by |ChromeNetworkDelegate| when an HTTP connect has been called.
- // Used to track proxy connection failures.
- void OnConnectComplete(const net::HostPortPair& proxy_server,
- int net_error);
-
// Unconditionally clears counts of successful requests and net errors when
// using the Data Reduction Proxy.
void ClearRequestCounts();

Powered by Google App Engine
This is Rietveld 408576698