Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 {% import 'fields/base.tmpl' as base %} | |
|
Bugs Nash
2017/02/23 00:13:34
This template is identical to the flag template. H
| |
| 2 {% macro decl_methods(field) -%} | |
| 3 {{ base.decl_methods(field) }} | |
| 4 {%- endmacro %} | |
| OLD | NEW |