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

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

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reworked 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/footer.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/footer.html b/chrome/common/extensions/docs/server2/templates/private/footer.html
index d3f09589b6df4633c088948b983c8602fa5cc184..5aef0097e137ffa256ff5d787c1335c5eb9b8946 100644
--- a/chrome/common/extensions/docs/server2/templates/private/footer.html
+++ b/chrome/common/extensions/docs/server2/templates/private/footer.html
@@ -53,11 +53,5 @@
}, true);
</script>
<script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script>
- <script>
- window.bootstrap = {
- api_names: {{*api_list.chrome}}.concat({{*api_list.experimental}}),
- branchInfo: {{*branchInfo}}
- };
- </script>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698