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 155c8516cc7d06da9e0cee1e55d8eb096e9e4591..5f15dddcb68c5f107f447d30fa0da30fd6e29719 100644 |
--- a/chrome/common/extensions/docs/templates/private/apps_footer.html |
+++ b/chrome/common/extensions/docs/templates/private/apps_footer.html |
@@ -1,7 +1,6 @@ |
<script> |
window.bootstrap = { |
- api_names: {{*api_list.apps.chrome}}.concat( |
- {{*api_list.apps.experimental}}) |
+ api_names: {{*api_list.apps.all_apis}} |
}; |
</script> |
{{+partials.footer}} |