Chromium Code Reviews| Index: chrome/browser/resources/help/help_content.html |
| diff --git a/chrome/browser/resources/help/help_content.html b/chrome/browser/resources/help/help_content.html |
| index 3d1a9674a89e11cb0fb4f89da418aa0de74d312f..447c55206e518aea07a72476ff02eabcd64e127b 100644 |
| --- a/chrome/browser/resources/help/help_content.html |
| +++ b/chrome/browser/resources/help/help_content.html |
| @@ -45,6 +45,15 @@ |
| <div id="allowed-connection-types-message" hidden></div> |
| </div> |
| </div> |
| +<if expr="chromeos"> |
| + <div id="eol-status-container" hidden> |
| + <div id="eol-status-icon" class="help-page-icon"></div> |
| + <div id="eol-status-message-container"> |
| + <div id ="eol-message"></div> |
|
xiyuan
2016/06/29 22:29:37
nit: strip space before and after "="
xiaoyinh(OOO Sep 11-29)
2016/06/29 23:25:56
Done.
|
| + <div id = "eol-learnMore" i18n-content="eolLearnMore"></div> |
|
xiyuan
2016/06/29 22:29:37
ditto
xiaoyinh(OOO Sep 11-29)
2016/06/29 23:25:56
Done.
|
| + </div> |
| + </div> |
| +</if> |
| <div id="update-buttons-container"> |
| <div id="update-percentage" hidden></div> |
| <if expr="is_macosx"> |
| @@ -52,7 +61,6 @@ |
| </if> |
| <button id="relaunch" i18n-content="relaunch" hidden></button> |
| <if expr="chromeos"> |
| - <div id ="eol-message" hidden></div> |
| <button id="relaunch-and-powerwash" |
| i18n-content="relaunchAndPowerwash" hidden> |
| </button> |