1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 "namespace": "preferencesPrivate",
10 "easyUnlockProximityRequired": {
12 "$ref": "types.private.ChromeDirectSetting",
13 "value": ["easy_unlock.proximity_required", {"type":"boolean"}],
14 "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>."
16 "googleGeolocationAccessEnabled": {
18 "$ref": "types.private.ChromeDirectSetting",
19 "value": ["googlegeolocationaccess.enabled", {"type":"boolean"}],
20 "description": "If enabled, Google services can access the user's location. This preference's value is a boolean, defaulting to <code>false</code>."
22 "dataReductionUpdateDailyLengths": {
24 "$ref": "types.private.ChromeDirectSetting",
25 "value": ["data_reduction.update_daily_lengths", {"type":"boolean"}],
26 "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>."
31 "name": "getSyncCategoriesWithoutPassphrase",
32 "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.",
42 "items": {"type": "string"}