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

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

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: epic rebase Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <script> 1 <script>
2 window.bootstrap = { 2 window.bootstrap = {
3 api_names: {{*api_list.extensions.chrome}}.concat( 3 api_names: {{*api_list.extensions.chrome}}.concat(
4 {{*api_list.extensions.experimental}}), 4 {{*api_list.extensions.experimental}})
5 branchInfo: {{*branchInfo}}
6 }; 5 };
7 </script> 6 </script>
8 {{+partials.footer}} 7 {{+partials.footer}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698