| Index: components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc
|
| diff --git a/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc b/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc
|
| index 2e089cfeedb5939c5712922c1efc00c8caa3ea91..36cd8238b0aaeaea955a1fdc537199fd5f52eaac 100644
|
| --- a/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc
|
| +++ b/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc
|
| @@ -88,5 +88,10 @@ const char kHttpReceivedContentLength[] = "http_received_content_length";
|
| // received over the network.
|
| const char kHttpOriginalContentLength[] = "http_original_content_length";
|
|
|
| +// A boolean specifying whether the data reduction proxy statistics preferences
|
| +// have migrated from local state to the profile.
|
| +const char kStatisticsPrefsMigrated[] =
|
| + "data_reduction.statistics_prefs_migrated";
|
| +
|
| } // namespace prefs
|
| } // namespace data_reduction_proxy
|
|
|