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

Unified Diff: chrome/common/extensions/docs/templates/private/apps_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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/apps_footer.html
diff --git a/chrome/common/extensions/docs/templates/private/apps_footer.html b/chrome/common/extensions/docs/templates/private/apps_footer.html
index f997b8589caf17e99edea9a5554329759e70b852..155c8516cc7d06da9e0cee1e55d8eb096e9e4591 100644
--- a/chrome/common/extensions/docs/templates/private/apps_footer.html
+++ b/chrome/common/extensions/docs/templates/private/apps_footer.html
@@ -1,8 +1,7 @@
<script>
window.bootstrap = {
api_names: {{*api_list.apps.chrome}}.concat(
- {{*api_list.apps.experimental}}),
- branchInfo: {{*branchInfo}}
+ {{*api_list.apps.experimental}})
};
</script>
{{+partials.footer}}

Powered by Google App Engine
This is Rietveld 408576698