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

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

Issue 22854025: Use the externally_connectable schema from manifest_types.json to generate its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years, 4 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/manifest.json
diff --git a/chrome/common/extensions/docs/templates/json/manifest.json b/chrome/common/extensions/docs/templates/json/manifest.json
index f0a72ff1a646ca3fa696198c48e32e03a1d34d9f..85e88fd38280644e4544b2507bd2dcf7d649517b 100644
--- a/chrome/common/extensions/docs/templates/json/manifest.json
+++ b/chrome/common/extensions/docs/templates/json/manifest.json
@@ -44,7 +44,7 @@
"level": "recommended"
},
"externally_connectable": {
- "documentation": "messaging.html#external-webpage",
+ "documentation": "manifest/externally_connectable.html",
"example": {
"matches": ["*://*.example.com/*"]
}

Powered by Google App Engine
This is Rietveld 408576698