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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 <script> 1 <script>
2 window.bootstrap = { 2 window.bootstrap = {
3 api_names: {{*api_list.extensions.chrome}}.concat( 3 api_names: {{*api_list.extensions.chrome.stable}}.concat(
4 {{*api_list.extensions.experimental}}) 4 {{*api_list.extensions.experimental.stable}}).concat(
5 {{*api_list.extensions.chrome.beta}}).concat(
6 {{*api_list.extensions.experimental.beta}}).concat(
7 {{*api_list.extensions.chrome.dev}}).concat(
8 {{*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
9
5 }; 10 };
6 </script> 11 </script>
7 {{+partials.footer}} 12 {{+partials.footer}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698