summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/preferences_private.json
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/api/preferences_private.json')
-rw-r--r--chrome/common/extensions/api/preferences_private.json28
1 files changed, 1 insertions, 27 deletions
diff --git a/chrome/common/extensions/api/preferences_private.json b/chrome/common/extensions/api/preferences_private.json
index 8044178a..e409fb1 100644
--- a/chrome/common/extensions/api/preferences_private.json
+++ b/chrome/common/extensions/api/preferences_private.json
@@ -12,33 +12,7 @@
"$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>."
- }
- },
- "functions": [
- {
- "name": "getSyncCategoriesWithoutPassphrase",
- "description": "Returns a list of sync categories the user has enabled without using a custom passphrase for encryption. The possible values are those that can be returned from syncer::ModelTypeToString in sync/syncable/model_type.cc.",
- "type": "function",
- "parameters": [
- {
- "name": "callback",
- "type": "function",
- "parameters": [
- {
- "name": "categories",
- "type": "array",
- "items": {"type": "string"}
- }
- ]
- }
- ]
}
- ]
+ }
}
]