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

Unified Diff: chrome/common/extensions/api/preferences_private.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
« no previous file with comments | « chrome/common/extensions/api/data_reduction_proxy.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/preferences_private.json
diff --git a/chrome/common/extensions/api/preferences_private.json b/chrome/common/extensions/api/preferences_private.json
index 02a15414621c2e4a052e03864b6aa3d231f6bb36..bb234609924051eb297732a883eebf8789eda50b 100644
--- a/chrome/common/extensions/api/preferences_private.json
+++ b/chrome/common/extensions/api/preferences_private.json
@@ -19,24 +19,6 @@
"value": ["googlegeolocationaccess.enabled", {"type":"boolean"}],
"description": "If enabled, Google services can access the user's location. This preference's value is a boolean, defaulting to <code>false</code>."
},
- "spdyProxyEnabled": {
- "nocompile": true,
- "$ref": "types.private.ChromeDirectSetting",
- "value": ["spdy_proxy.enabled", {"type":"boolean"}],
- "description": "Flag to enable data usage reduction by sending requests via data reduction proxy. This preference's value is a boolean, defaulting to <code>false</code>."
- },
- "dataReductionDailyContentLength": {
- "nocompile": true,
- "$ref": "types.private.ChromeDirectSetting",
- "value": ["data_reduction.daily_original_length", {"type":"array"}],
- "description": "Each item contains the number uncompressed bytes through data reduction proxy per day."
- },
- "dataReductionDailyReceivedLength": {
- "nocompile": true,
- "$ref": "types.private.ChromeDirectSetting",
- "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.private.ChromeDirectSetting",
« no previous file with comments | « chrome/common/extensions/api/data_reduction_proxy.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698