Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/private/standard_nacl_api.html |
| diff --git a/chrome/common/extensions/docs/templates/private/standard_nacl_api.html b/chrome/common/extensions/docs/templates/private/standard_nacl_api.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c7bdb8fa0fc01b0207bb2de610b49b65d10b6d62 |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/templates/private/standard_nacl_api.html |
| @@ -0,0 +1,13 @@ |
| +<link href="/native-client/_static/css/nacl.css" rel="stylesheet" type="text/css"> |
| +{{+content:partials.site |
| + platform:strings.nacl |
| + platformTitle:strings.naclTitle}} |
| +<article> |
| + <div itemprop="articleBody" class="api"> |
| +{{- This is unindented because it may contain whitespace-sensitive tags. -}} |
| +{{+bindTo platform:strings.nacl platformTitle:strings.naclTitle /}} |
| + |
|
not at google - send to devlin
2014/05/20 19:44:58
is this blank line important?
binji
2014/05/20 20:05:31
Nope, just copy-pasta from article.html
|
| + {{+partials.cc /}} |
| + </div> |
| +</article> |
| +{{/partials.site}} |