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

Side by Side Diff: chrome/common/extensions/docs/templates/articles/private_apis.html

Issue 61733018: Docserver: Update to the latest version of handlebar. Lots of re-syntaxifying. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments, rebase Created 7 years, 1 month 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 <h1 class="page_title">Private APIs</h1> 1 <h1 class="page_title">Private APIs</h1>
2 2
3 <p>These are only usable by extensions bundled with Chrome, they are not publicl y accessible.</p> 3 <p>These are only usable by extensions bundled with Chrome, they are not publicl y accessible.</p>
4 4
5 <ul> 5 <ul>
6 {{?is_apps}} 6 {{?is_apps}}
7 {{+partials.api_table apis:api_list.apps.private is_stable:false}} 7 {{+partials.api_table apis:api_list.apps.private is_stable:false/}}
8 {{:is_apps}} 8 {{:is_apps}}
9 {{+partials.api_table apis:api_list.extensions.private is_stable:false}} 9 {{+partials.api_table apis:api_list.extensions.private is_stable:false/}}
10 {{/is_apps}} 10 {{/is_apps}}
11 </ul> 11 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698