Chromium Code Reviews| 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}} |