Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / api / preferences_private.json
index 3660bee..02a1541 100644 (file)
@@ -7,11 +7,41 @@
     "namespace": "preferencesPrivate",
     "description": "none",
     "properties": {
+      "easyUnlockProximityRequired": {
+        "nocompile": true,
+        "$ref": "types.private.ChromeDirectSetting",
+        "value": ["easy_unlock.proximity_required", {"type":"boolean"}],
+        "description": "If true, a remote Easy Unlock device can only unlock the local device if it is in very close proximity (roughly, within a foot). This preference's value is a boolean, defaulting to <code>false</code>."
+      },
       "googleGeolocationAccessEnabled": {
         "nocompile": true,
         "$ref": "types.private.ChromeDirectSetting",
         "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",
+        "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": [