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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 {{+partials.header_head}} 4 {{+partials.header_head}}
5 <link href="{{static}}/css/api.css" rel="stylesheet" type="text/css"> 5 <link href="{{static}}/css/api.css" rel="stylesheet" type="text/css">
6 {{+partials.title}} 6 {{+partials.title}}
7 </head> 7 </head>
8 <body> 8 <body>
9 {{+partials.header_body}} 9 {{+partials.header_body}}
10 <div id="gc-container"> 10 <div id="gc-container">
11 {{+partials.sidenav}} 11 {{+partials.sidenav}}
12 <div id="gc-pagecontent"> 12 <div id="gc-pagecontent">
13 <h1 class="page_title">chrome.{{api.name}}</h1> 13 <h1 class="page_title">chrome.{{api.name}}</h1>
14 {{+partials.table_of_contents toc:intro.toc}} 14 {{+partials.table_of_contents toc:intro.toc perms:api.perms}}
15 {{- This is unindented because it contains <pre> tags -}} 15 {{- This is unindented because it contains <pre> tags -}}
16 {{+intro.intro}} 16 {{+intro.intro}}
17 {{?api.perms}}
18 <h2 id="perms">Permissions</h2>
19 <p>This API is available on the {{api.perms.channel}} channel.</p>
20 {{/}}
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.
17 {{+partials.api_reference}} 21 {{+partials.api_reference}}
18 </div> 22 </div>
19 </div> 23 </div>
20 </body> 24 </body>
21 {{+partials.footer}} 25 {{+partials.footer}}
22 </html> 26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698