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

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

Issue 27257002: Cleanup: Remove the "documentation_permissions_required" JSON schema key. It is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 (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 "documentation_permissions_required": ["fontSettings"],
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
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 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/declarative_web_request.json ('k') | chrome/common/extensions/api/runtime.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698