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

Unified Diff: chrome/common/extensions/api/data_reduction_proxy.json

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/common/extensions/api/data_reduction_proxy.json
diff --git a/chrome/common/extensions/api/data_reduction_proxy.json b/chrome/common/extensions/api/data_reduction_proxy.json
index 2741b62116f1113fbfc3a16bc14efc3a3f2199ac..1dd904bb07199eea2a7e9bb3831bbbc97fe0d76f 100644
--- a/chrome/common/extensions/api/data_reduction_proxy.json
+++ b/chrome/common/extensions/api/data_reduction_proxy.json
@@ -24,12 +24,6 @@
"$ref": "types.ChromeSetting",
"value": ["data_reduction.daily_received_length", {"type":"array"}],
"description": "Each item contains the number of compressed bytes through data reduction proxy per day."
- },
- "dataReductionUpdateDailyLengths": {
- "nocompile": true,
- "$ref": "types.ChromeSetting",
- "value": ["data_reduction.update_daily_lengths", {"type":"boolean"}],
- "description": "Flag to indicate that dataReductionDailyContentLength and dataReductionDailyReceivedLength must be updated with their latest values. This preference's value is a boolean, defaulting to <code>false</code>."
}
},
"functions": [
« no previous file with comments | « chrome/browser/extensions/api/preference/preference_api.cc ('k') | chrome/common/extensions/api/preferences_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698