| 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 0608e5c7528745d0b437c0b1b8bd884c06589ef6..190612aace6ccf5e259f55e236a05e637db4a2e9 100644
|
| --- a/chrome/browser/resources/settings/about_page/about_page.html
|
| +++ b/chrome/browser/resources/settings/about_page/about_page.html
|
| @@ -116,8 +116,8 @@
|
| hidden="[[!shouldShowRelaunch_(currentUpdateStatusEvent_)]]"
|
| </if>
|
| <if expr="chromeos">
|
| - hidden="[[!shouldShowRelaunch_(
|
| - currentUpdateStatusEvent_, targetChannel_)]]"
|
| + hidden="[[!shouldShowRelaunch_(currentUpdateStatusEvent_,
|
| + currentChannel_, targetChannel_)]]"
|
| </if>
|
| class="secondary-action">
|
| <paper-button id="relaunch" class="secondary-button"
|
|
|