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

Unified Diff: chrome/common/extensions/docs/templates/json/intro_tables.json

Issue 27335003: Add docs for chrome.wallpaper API (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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/json/intro_tables.json
diff --git a/chrome/common/extensions/docs/templates/json/intro_tables.json b/chrome/common/extensions/docs/templates/json/intro_tables.json
index 3f29073e1d903c6bf0f34e6cff36e08e696a85c0..a2e60137c8b9ba9d8d28cba0219090ee6e7485a4 100644
--- a/chrome/common/extensions/docs/templates/json/intro_tables.json
+++ b/chrome/common/extensions/docs/templates/json/intro_tables.json
@@ -270,6 +270,18 @@
}
]
},
+ "wallpaper": {
+ "Permissions": [
+ {
+ "class": "code",
+ "text": "\"wallpaper\""
+ },
+ {
+ "link": "declare_permissions.html#host-permissions",
+ "text": "host permissions"
+ }
+ ]
+ },
"webRequest": {
"Permissions": [
{

Powered by Google App Engine
This is Rietveld 408576698