Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/private/samples.html |
| diff --git a/chrome/common/extensions/docs/templates/private/samples.html b/chrome/common/extensions/docs/templates/private/samples.html |
| index e04663d112b6fc674f3aa687277c2b2230ec4d09..4400b548ba99ccbf09874e4348df43b166ce7f74 100644 |
| --- a/chrome/common/extensions/docs/templates/private/samples.html |
| +++ b/chrome/common/extensions/docs/templates/private/samples.html |
| @@ -26,7 +26,9 @@ |
| <td class="label">Filter by API:</td> |
| <td> |
| <div id="api_filter_items"> |
| - {{#filter_list}}{{+partials.filter_item}}{{/}} |
| + Stable APIs:{{#filter_list.stable}}{{+partials.filter_item}}{{/}}<br> |
| + Beta APIs:{{#filter_list.beta}}{{+partials.filter_item}}{{/}}<br> |
| + Dev APIs:{{#filter_list.dev}}{{+partials.filter_item}}{{/}} |
|
not at google - send to devlin
2013/10/31 00:05:26
I'm not sure we want to do this?
|
| </div> |
| </td> |
| </tr> |