// 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",
    "types": [{
      "id": "EasyUnlockProximityRequired",
      "type": "object",
      "js_module": "EasyUnlockProximityRequired",
      "events": [{
        "name": "onChange",
        "description": "Fired after the setting changes.",
        "parameters": [{
          "type": "object",
          "name": "details",
          "properties": {
            "value": {
              "description": "The value of the setting after the change.",
              "type": "any"
            },
            "incognitoSpecific": {
              "description": "Whether the value that has changed is specific to the incognito session.<br/>This property will <em>only</em> be present if the user has enabled the extension in incognito mode.",
              "type": "boolean",
              "optional": true
            }
          }
        }]
      }]
    }],
    "properties": {
      "easyUnlockProximityRequired": {
        "nocompile": true,
        "$ref": "EasyUnlockProximityRequired",
        "value": ["easyUnlockProximityRequired"]
      }
    }
  }
]
