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

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

Issue 2916383002: Settings: About: Fix restart and powerwash button visibility (Closed)
Patch Set: Smaller delta Created 3 years, 7 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/about_page/about_page.js
diff --git a/chrome/browser/resources/settings/about_page/about_page.js b/chrome/browser/resources/settings/about_page/about_page.js
index bc1e956c04183b4bf1d2b82f5ad439db2d73639c..9d990aa56976380bf42ba4f868bc4e183be34106 100644
--- a/chrome/browser/resources/settings/about_page/about_page.js
+++ b/chrome/browser/resources/settings/about_page/about_page.js
@@ -66,7 +66,7 @@ Polymer({
showRelaunchAndPowerwash_: {
type: Boolean,
computed: 'computeShowRelaunchAndPowerwash_(' +
- 'currentUpdateStatusEvent_, targetChannel_)',
+ 'currentUpdateStatusEvent_, targetChannel_, currentChannel_)',
},
/** @private */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698