OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 [ | 5 [ |
6 { | 6 { |
7 "namespace": "accessibilityPrivate", | 7 "namespace": "experimental.accessibility", |
8 "compiler_options": { | 8 "compiler_options": { |
9 "implemented_in": "chrome/browser/accessibility/accessibility_extension_ap
i.h" | 9 "implemented_in": "chrome/browser/accessibility/accessibility_extension_ap
i.h" |
10 }, | 10 }, |
11 "description": "none", | 11 "description": "none", |
12 "types": [ | 12 "types": [ |
13 { | 13 { |
14 "id": "CheckboxDetails", | 14 "id": "CheckboxDetails", |
15 "type": "object", | 15 "type": "object", |
16 "description": "Information about the state of a checkbox.", | 16 "description": "Information about the state of a checkbox.", |
17 "properties": { | 17 "properties": { |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 { | 328 { |
329 "type": "boolean", | 329 "type": "boolean", |
330 "name": "makeAnnouncements", | 330 "name": "makeAnnouncements", |
331 "description": "Whether to make introductory announcements." | 331 "description": "Whether to make introductory announcements." |
332 } | 332 } |
333 ] | 333 ] |
334 } | 334 } |
335 ] | 335 ] |
336 } | 336 } |
337 ] | 337 ] |
OLD | NEW |