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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/private/extensions_footer.html

Issue 10825067: Extensions Docs Server: Apps samples page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less is_apps and fixes 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
(Empty)
1 <script>
2 window.bootstrap = {
3 api_names: {{*api_list.extensions.chrome}}.concat(
4 {{*api_list.extensions.experimental}}),
5 branchInfo: {{*branchInfo}}
6 };
7 </script>
8 {{+partials.footer}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698