Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1880)

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 2538043006: Settings: About: Fix cros channel info. (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698