OLD | NEW |
1 // Copyright (c) 2012 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": "fontSettings", | 7 "namespace": "fontSettings", |
8 "documentation_permissions_required": ["fontSettings"], | |
9 "types": [ | 8 "types": [ |
10 { | 9 { |
11 "id": "FontName", | 10 "id": "FontName", |
12 "type": "object", | 11 "type": "object", |
13 "description": "Represents a font name.", | 12 "description": "Represents a font name.", |
14 "properties": { | 13 "properties": { |
15 "fontId": { | 14 "fontId": { |
16 "type": "string", | 15 "type": "string", |
17 "description": "The font ID." | 16 "description": "The font ID." |
18 }, | 17 }, |
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
487 "$ref": "LevelOfControl", | 486 "$ref": "LevelOfControl", |
488 "description": "The level of control this extension has over the
setting." | 487 "description": "The level of control this extension has over the
setting." |
489 } | 488 } |
490 } | 489 } |
491 } | 490 } |
492 ] | 491 ] |
493 } | 492 } |
494 ] | 493 ] |
495 } | 494 } |
496 ] | 495 ] |
OLD | NEW |