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

Unified Diff: chrome/common/extensions/docs/templates/json/permissions.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/permissions.json
diff --git a/chrome/common/extensions/docs/templates/json/permissions.json b/chrome/common/extensions/docs/templates/json/permissions.json
index c30a00830ac7784fbd134634eb2e1dcf08896389..9238d562fe875492e30892786aa3b2f363fcf7b9 100644
--- a/chrome/common/extensions/docs/templates/json/permissions.json
+++ b/chrome/common/extensions/docs/templates/json/permissions.json
@@ -53,6 +53,10 @@
"videoCapture": {
"partial": "permissions/video_capture.html"
},
+ "wallpaper": {
+ "partial": "permissions/wallpaper.html",
not at google - send to devlin 2013/10/17 18:18:20 you need to actually add this file. it should cont
bshe 2013/10/17 20:32:18 Done.
+ "platforms": ["app"]
not at google - send to devlin 2013/10/17 18:18:20 you don't need the platform, docserver can figure
bshe 2013/10/17 20:32:18 Done.
+ },
"webRequestBlocking": {
"partial": "permissions/web_request_blocking.html"
},

Powered by Google App Engine
This is Rietveld 408576698