| 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 "description": "Use the <code>chrome.fontSettings</code> API to manage Chrom
e's font settings.", | 8 "description": "Use the <code>chrome.fontSettings</code> API to manage Chrom
e's font settings.", |
| 9 "compiler_options": {"use_movable_types": true}, | |
| 10 "types": [ | 9 "types": [ |
| 11 { | 10 { |
| 12 "id": "FontName", | 11 "id": "FontName", |
| 13 "type": "object", | 12 "type": "object", |
| 14 "description": "Represents a font name.", | 13 "description": "Represents a font name.", |
| 15 "properties": { | 14 "properties": { |
| 16 "fontId": { | 15 "fontId": { |
| 17 "type": "string", | 16 "type": "string", |
| 18 "description": "The font ID." | 17 "description": "The font ID." |
| 19 }, | 18 }, |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 "$ref": "LevelOfControl", | 487 "$ref": "LevelOfControl", |
| 489 "description": "The level of control this extension has over the
setting." | 488 "description": "The level of control this extension has over the
setting." |
| 490 } | 489 } |
| 491 } | 490 } |
| 492 } | 491 } |
| 493 ] | 492 ] |
| 494 } | 493 } |
| 495 ] | 494 ] |
| 496 } | 495 } |
| 497 ] | 496 ] |
| OLD | NEW |