Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(901)

Unified Diff: chrome/browser/extensions/api/preference/preference_api.cc

Issue 1130863002: Remove unused data reduction proxy prefs from direct settings API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698