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

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

Issue 48263002: list apis by channel info, e.g. dev, stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: done Created 7 years, 1 month 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/extensions_footer.html
diff --git a/chrome/common/extensions/docs/templates/private/extensions_footer.html b/chrome/common/extensions/docs/templates/private/extensions_footer.html
index c8f73aa94e8a831aea638d3f4ff9709b90b0324b..3aec14763f314c6f9c201b4ceafc8b89ea3842e2 100644
--- a/chrome/common/extensions/docs/templates/private/extensions_footer.html
+++ b/chrome/common/extensions/docs/templates/private/extensions_footer.html
@@ -1,7 +1,6 @@
<script>
window.bootstrap = {
- api_names: {{*api_list.extensions.chrome}}.concat(
- {{*api_list.extensions.experimental}})
+ api_names: {{*api_list.extensions.all}})
};
</script>
{{+partials.footer}}

Powered by Google App Engine
This is Rietveld 408576698