| Index: chrome/browser/extensions/api/preference/preference_api.cc
|
| diff --git a/chrome/browser/extensions/api/preference/preference_api.cc b/chrome/browser/extensions/api/preference/preference_api.cc
|
| index 11d795286b09b08a25cc6d51c8f3006b430a449a..f246ba41e760167cce22940eab01e341de72082b 100644
|
| --- a/chrome/browser/extensions/api/preference/preference_api.cc
|
| +++ b/chrome/browser/extensions/api/preference/preference_api.cc
|
| @@ -78,9 +78,6 @@ PrefMappingEntry kPrefMapping[] = {
|
| {"data_reduction.daily_received_length",
|
| data_reduction_proxy::prefs::kDailyHttpReceivedContentLength,
|
| APIPermission::kDataReductionProxy, APIPermission::kDataReductionProxy},
|
| - {"data_reduction.update_daily_lengths",
|
| - data_reduction_proxy::prefs::kUpdateDailyReceivedContentLengths,
|
| - APIPermission::kDataReductionProxy, APIPermission::kDataReductionProxy},
|
| {"alternateErrorPagesEnabled", prefs::kAlternateErrorPagesEnabled,
|
| APIPermission::kPrivacy, APIPermission::kPrivacy},
|
| {"autofillEnabled", autofill::prefs::kAutofillEnabled,
|
|
|