Chromium Code Reviews| Index: components/physical_web/webui/resources/physical_web.html |
| diff --git a/components/physical_web/webui/resources/physical_web.html b/components/physical_web/webui/resources/physical_web.html |
| index a5a0ba698842d76e0b2decc0c2242c55fcc6c695..7a0aa1cc1e14c42163eb46eac481460e0097d0b5 100644 |
| --- a/components/physical_web/webui/resources/physical_web.html |
| +++ b/components/physical_web/webui/resources/physical_web.html |
| @@ -20,7 +20,7 @@ |
| <script src="chrome://physical-web/strings.js"></script> |
| </head> |
| <body> |
| -<div id="body-container" style="visibility:visible"> |
| +<div id="body-container"> |
| <h1 i18n-content="title"></h1> |
| @@ -38,6 +38,9 @@ |
| </div> |
| +<div id="empty-container" i18n-content="emptyMessage"> |
|
cco3
2017/02/23 23:36:54
We should probably call this something other than
Ran
2017/02/24 18:52:59
Done.
|
| +</div> |
| + |
| <script src="chrome://resources/js/i18n_template.js"></script> |
| <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| </body> |