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

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

Issue 10827063: Extensions Docs Server: Pull info from _permission_features.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/server2/templates/private/standard_api.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_api.html b/chrome/common/extensions/docs/server2/templates/private/standard_api.html
index 1b7300021f97c551fee9f9ef90cf3b439c6f119d..8d98ffb6e06a838327b9e295ef0a2c604600eecf 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_api.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_api.html
@@ -11,9 +11,13 @@
{{+partials.sidenav}}
<div id="gc-pagecontent">
<h1 class="page_title">chrome.{{api.name}}</h1>
- {{+partials.table_of_contents toc:intro.toc}}
+ {{+partials.table_of_contents toc:intro.toc perms:api.perms}}
{{- This is unindented because it contains <pre> tags -}}
{{+intro.intro}}
+ {{?api.perms}}
+ <h2 id="perms">Permissions</h2>
+ <p>This API is available on the {{api.perms.channel}} channel.</p>
+ {{/}}
not at google - send to devlin 2012/07/30 12:43:23 It's not very interesting for the common case wher
cduvall 2012/07/30 19:08:29 Done.
{{+partials.api_reference}}
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698