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

Unified Diff: chrome/common/extensions/api/experimental.fontSettings.json

Issue 9689054: Generate documentation for experimental Font Settings Extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/common/extensions/api/experimental.fonts.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/experimental.fontSettings.json
diff --git a/chrome/common/extensions/api/experimental.fonts.json b/chrome/common/extensions/api/experimental.fontSettings.json
similarity index 96%
rename from chrome/common/extensions/api/experimental.fonts.json
rename to chrome/common/extensions/api/experimental.fontSettings.json
index 98ce2eb0b0a4078139119c35dbe49fda6ee074f2..3ca10853b87c43ed212726d9d4ed0a7aa9e0b28d 100644
--- a/chrome/common/extensions/api/experimental.fonts.json
+++ b/chrome/common/extensions/api/experimental.fontSettings.json
@@ -76,13 +76,13 @@
"script": {
"type": "string",
"enum": ["Arab", "Hang", "Hans", "Hant", "Hrkt"],
- "description": "The ISO 15924 script code for which the font setting should be retrieved. If omitted, the global script font setting is retrieved.",
+ "description": "The ISO 15924 script code for which the font setting should be set. If omitted, the global script font setting is set.",
"optional": true
},
"genericFamily": {
"type": "string",
"enum": ["standard", "sansserif", "serif", "fixed", "cursive", "fantasy"],
- "description": "The CSS generic font family for which the font setting should be retrieved."
+ "description": "The CSS generic font family for which the font setting should be set."
},
"fontName": {
"type": "string",
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/common/extensions/api/experimental.fonts.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698