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

Unified Diff: chrome/common/extensions/docs/server2/templates/private/apps_footer.html

Issue 10825067: Extensions Docs Server: Apps samples page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed templates 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/templates/private/apps_footer.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/apps_footer.html b/chrome/common/extensions/docs/server2/templates/private/apps_footer.html
new file mode 100644
index 0000000000000000000000000000000000000000..f997b8589caf17e99edea9a5554329759e70b852
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/templates/private/apps_footer.html
@@ -0,0 +1,8 @@
+<script>
+ window.bootstrap = {
+ api_names: {{*api_list.apps.chrome}}.concat(
+ {{*api_list.apps.experimental}}),
+ branchInfo: {{*branchInfo}}
+ };
+</script>
+{{+partials.footer}}

Powered by Google App Engine
This is Rietveld 408576698