Chromium Code Reviews| Index: components/data_reduction_proxy/browser/data_reduction_proxy_prefs.h |
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.h b/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.h |
| index 0bdc964783c66b0147b848507c42d4e20af5c303..0cd21dc5d2893a7ebcba090c427f04c185262fdb 100644 |
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.h |
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_prefs.h |
| @@ -12,6 +12,7 @@ class PrefRegistrySyncable; |
| } |
| class PrefRegistrySimple; |
| +class PrefService; |
| namespace data_reduction_proxy { |
| @@ -28,6 +29,11 @@ void RegisterSimpleProfilePrefs(PrefRegistrySimple* registry); |
| // reduction proxy. |
| void RegisterPrefs(PrefRegistrySimple* registry); |
| +// Migrates the prefs that are used to record compression statistics from |src| |
| +// to |dest|. |
| +void MigrateStatisticsPrefs(PrefService* src, |
| + PrefService* dest); |
|
marq (ping after 24h)
2014/10/15 08:29:35
No need for the line break.
bengr
2014/10/15 22:52:51
Done.
|
| + |
| } // namespace data_reduction_proxy |
| #endif // COMPONENTS_DATA_REDUCTION_PROXY_BROWSER_DATA_REDUCTION_PROXY_PREFS_H_ |