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

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

Issue 956223002: Rename DataReductionProxyUsageStats to DataReductionProxyBypassStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 5 years, 9 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_network_delegate.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
index 0d7b1b23c2aae097652551af9c2c88b886f1b581..08457ba84f1ba36bb88a0aa8d3bf9dba71049ef5 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h
@@ -43,7 +43,7 @@ class DataReductionProxyConfig;
class DataReductionProxyConfigurator;
class DataReductionProxyIOData;
class DataReductionProxyRequestOptions;
-class DataReductionProxyUsageStats;
+class DataReductionProxyBypassStats;
// DataReductionProxyNetworkDelegate is a LayeredNetworkDelegate that wraps a
// NetworkDelegate and adds Data Reduction Proxy specific logic.
@@ -72,7 +72,7 @@ class DataReductionProxyNetworkDelegate : public net::LayeredNetworkDelegate {
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
DataReductionProxyIOData* io_data,
BooleanPrefMember* data_reduction_proxy_enabled,
- DataReductionProxyUsageStats* usage_stats);
+ DataReductionProxyBypassStats* bypass_stats);
// Creates a |Value| summary of the state of the network session. The caller
// is responsible for deleting the returned value.
@@ -139,7 +139,7 @@ class DataReductionProxyNetworkDelegate : public net::LayeredNetworkDelegate {
// All raw Data Reduction Proxy pointers must outlive |this|.
DataReductionProxyConfig* data_reduction_proxy_config_;
- DataReductionProxyUsageStats* data_reduction_proxy_usage_stats_;
+ DataReductionProxyBypassStats* data_reduction_proxy_bypass_stats_;
DataReductionProxyRequestOptions* data_reduction_proxy_request_options_;

Powered by Google App Engine
This is Rietveld 408576698