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

Unified Diff: chrome/common/extensions/api/manifest_types.json

Issue 216473005: Settings Override API: update documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ref:i18n Created 6 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
Index: chrome/common/extensions/api/manifest_types.json
diff --git a/chrome/common/extensions/api/manifest_types.json b/chrome/common/extensions/api/manifest_types.json
index d2e1af6bcac04f722a8851b666da992b9cd3d634..3e4a85ad7134f2fb501abab07751b48a1995f9bd 100644
--- a/chrome/common/extensions/api/manifest_types.json
+++ b/chrome/common/extensions/api/manifest_types.json
@@ -151,7 +151,7 @@
}
},
"startup_pages": {
- "description": "URLs to be added to the list of startup pages.",
+ "description": "An array of length one containing a URL to be used as the startup page.",
mkearney1 2014/03/28 23:02:20 Is it normal to use an array when there's only one
vasilii 2014/03/31 09:19:49 Yes, because we can allow more than 1 URL in the f
"optional": true,
"type": "array",
"items": {"type": "string"}

Powered by Google App Engine
This is Rietveld 408576698