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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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
OLDNEW
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": "The Font Settings API allows you to manage Chrome's font set tings.",
8 "documentation_permissions_required": ["fontSettings"], 9 "documentation_permissions_required": ["fontSettings"],
9 "types": [ 10 "types": [
10 { 11 {
11 "id": "FontName", 12 "id": "FontName",
12 "type": "object", 13 "type": "object",
13 "description": "Represents a font name.", 14 "description": "Represents a font name.",
14 "properties": { 15 "properties": {
15 "fontId": { 16 "fontId": {
16 "type": "string", 17 "type": "string",
17 "description": "The font ID." 18 "description": "The font ID."
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "$ref": "LevelOfControl", 488 "$ref": "LevelOfControl",
488 "description": "The level of control this extension has over the setting." 489 "description": "The level of control this extension has over the setting."
489 } 490 }
490 } 491 }
491 } 492 }
492 ] 493 ]
493 } 494 }
494 ] 495 ]
495 } 496 }
496 ] 497 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698