| Index: chrome/browser/resources/settings/about_page/about_page.html
|
| diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
|
| index 3056163f8b9adeba907469c914613061a9d54759..77ce4a4dee8dda4a34a6c775474dc023c28d498e 100644
|
| --- a/chrome/browser/resources/settings/about_page/about_page.html
|
| +++ b/chrome/browser/resources/settings/about_page/about_page.html
|
| @@ -87,13 +87,14 @@
|
| <div class="start">
|
| <div id="updateStatusMessage"
|
| hidden="[[!shouldShowUpdateStatusMessage_(
|
| - currentUpdateStatusEvent_)]]">
|
| + currentUpdateStatusEvent_)]]"
|
| <if expr="not chromeos">
|
| - [[getUpdateStatusMessage_(currentUpdateStatusEvent_)]]
|
| + inner-h-t-m-l="[[getUpdateStatusMessage_(
|
| + currentUpdateStatusEvent_)]]">
|
| </if>
|
| <if expr="chromeos">
|
| - [[getUpdateStatusMessage_(
|
| - currentUpdateStatusEvent_, targetChannel_)]]
|
| + inner-h-t-m-l="[[getUpdateStatusMessage_(
|
| + currentUpdateStatusEvent_, targetChannel_)]]">
|
| </if>
|
| </div>
|
| <span id="deprecationWarning"
|
|
|