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

Unified Diff: chrome/common/extensions/docs/server2/templates/private/table_of_contents.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/table_of_contents.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html b/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
index 6f3905225624907ec88bbe4f7f22cdf50d547a37..a2da3f5f7389401e276badce681c308bafd53de1 100644
--- a/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
+++ b/chrome/common/extensions/docs/server2/templates/private/table_of_contents.html
@@ -11,6 +11,7 @@
{{/}}
</li>
{{/toc}}
+ {{?perms}}<li><a href=#perms>Permissions</a></li>{{/}}
{{?api}}
<li>
<a href="#apiReference">API reference: chrome.{{api.name}}</a>

Powered by Google App Engine
This is Rietveld 408576698