| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h
|
| index a7e48a6827a078ce140d5000aa76eebfdc0c6083..3aea4f40646b4cfc2109e28b3b56b63651563c72 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h
|
| @@ -48,8 +48,6 @@ public:
|
| // |list_pref_map_|.
|
| void Init();
|
|
|
| - void ShutdownOnUIThread();
|
| -
|
| void OnUpdateContentLengths();
|
|
|
| // Gets the int64 pref at |pref_path| from the |DataReductionProxyPrefMap|.
|
| @@ -66,6 +64,8 @@ public:
|
| // |DataReductionProxyListPrefMap| to |pref_service|.
|
| void WritePrefs();
|
|
|
| + base::WeakPtr<DataReductionProxyStatisticsPrefs> GetWeakPtr();
|
| +
|
| private:
|
| typedef std::map<const char*, int64> DataReductionProxyPrefMap;
|
| typedef base::ScopedPtrHashMap<const char*, base::ListValue>
|
|
|