summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/preferences_private.json
blob: e409fb1f40f13fddc89b2576741cdebacde3bba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

[
  {
    "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>."
      }
    }
  }
]