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

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

Issue 189123002: Docserver: Correctly disambiguate between what 'platform' means in a features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup debugging 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
« no previous file with comments | « chrome/common/extensions/docs/server2/permissions_data_source_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a95a2991095f0972c7c864179afaeda2101a0428..00e88deaea8db7a15489847b39d97239ef5fbc6b 100644
--- a/chrome/common/extensions/docs/templates/json/permissions.json
+++ b/chrome/common/extensions/docs/templates/json/permissions.json
@@ -20,9 +20,9 @@
},
"chrome://favicon/": {
"anchor": "favicon",
+ "extension_types": ["extension"],
"name": "chrome://favicon/",
- "partial": "permissions/favicon.html",
- "platforms": ["extension"]
+ "partial": "permissions/favicon.html"
},
"clipboardRead": {
"partial": "permissions/clipboard_read.html"
« no previous file with comments | « chrome/common/extensions/docs/server2/permissions_data_source_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698