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

Unified Diff: chrome/common/extensions/docs/templates/private/api_reference.html

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/private/api_reference.html
diff --git a/chrome/common/extensions/docs/templates/private/api_reference.html b/chrome/common/extensions/docs/templates/private/api_reference.html
index b85fa9a068ca7e65dafc16366aeb4964195771d0..9c38a70a2c4b73b04e8261f90f8b516f3d045619 100644
--- a/chrome/common/extensions/docs/templates/private/api_reference.html
+++ b/chrome/common/extensions/docs/templates/private/api_reference.html
@@ -3,7 +3,7 @@
{{?api.types}}
<h2 id="types">Types</h2>
{{#api.types}}
- {{+partials.type api:api display_name:name}}
+ {{+partials.type display_name:name}}
{{/}}
{{/api.types}}
{{?api.properties}}

Powered by Google App Engine
This is Rietveld 408576698