Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(998)

Side by Side Diff: chrome/common/extensions/api/accessibility_private.json

Issue 268823002: Re-land: Rename experimental.accessibility to accessibilityPrivate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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": "experimental.accessibility", 7 "namespace": "accessibilityPrivate",
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
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 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698