| 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;
|
|
|