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 "googleGeolocationAccessEnabled": {
12 "$ref": "types.private.ChromeDirectSetting",
13 "value": ["googlegeolocationaccess.enabled", {"type":"boolean"}],
14 "description": "If enabled, Google services can access the user's location. This preference's value is a boolean, defaulting to <code>false</code>."
19 "name": "getSyncCategoriesWithoutPassphrase",
20 "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.",
30 "items": {"type": "string"}