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

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

Issue 989663002: HistoricNetworkStatsInfoToValue should use statistics prefs values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments 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 186a092e35c4c7c1efa0b62a5fc2c4ffea4b9483..0d7b1b23c2aae097652551af9c2c88b886f1b581 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
@@ -74,12 +74,6 @@ class DataReductionProxyNetworkDelegate : public net::LayeredNetworkDelegate {
BooleanPrefMember* data_reduction_proxy_enabled,
DataReductionProxyUsageStats* usage_stats);
- // Creates a |Value| summary of the persistent state of the network session.
- // The caller is responsible for deleting the returned value.
- // Must be called on the UI thread.
- static base::Value* HistoricNetworkStatsInfoToValue(
- PrefService* profile_prefs);
-
// Creates a |Value| summary of the state of the network session. The caller
// is responsible for deleting the returned value.
base::Value* SessionNetworkStatsInfoToValue() const;

Powered by Google App Engine
This is Rietveld 408576698