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

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: Created 7 years, 2 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/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..6caa079c4047a53a6622d03b851aa4d0e038395e 100644
--- a/chrome/common/extensions/docs/templates/private/extensions_footer.html
+++ b/chrome/common/extensions/docs/templates/private/extensions_footer.html
@@ -1,7 +1,12 @@
<script>
window.bootstrap = {
- api_names: {{*api_list.extensions.chrome}}.concat(
- {{*api_list.extensions.experimental}})
+ api_names: {{*api_list.extensions.chrome.stable}}.concat(
+ {{*api_list.extensions.experimental.stable}}).concat(
+ {{*api_list.extensions.chrome.beta}}).concat(
+ {{*api_list.extensions.experimental.beta}}).concat(
+ {{*api_list.extensions.chrome.dev}}).concat(
+ {{*api_list.extensions.experimental.dev}})
not at google - send to devlin 2013/10/31 00:05:26 maybe the api list data source just needs a way to
hukun 2013/11/01 09:31:52 Done
+
};
</script>
{{+partials.footer}}

Powered by Google App Engine
This is Rietveld 408576698