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

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

Issue 2050903002: MD Settings: About page, fix bug causing update status message to not update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment. Created 4 years, 6 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 | chrome/test/data/webui/settings/about_page_tests.js » ('j') | 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.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index fbee7735c6d1f7a6d59b7de9ed5c9c48a67c3dbb..a7a042de4f8124504de689a2b1cff9698a410cf8 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -78,8 +78,13 @@
<div id="updateStatusMessage"
hidden="[[!shouldShowUpdateStatusMessage_(
currentUpdateStatusEvent_)]]">
+<if expr="not chromeos">
+ [[getUpdateStatusMessage_(currentUpdateStatusEvent_)]]
+</if>
+<if expr="chromeos">
[[getUpdateStatusMessage_(
- currentUpdateStatusEvent_,targetChannel)]]
+ currentUpdateStatusEvent_, targetChannel_)]]
+</if>
</div>
<span id="deprecationWarning"
hidden="[[!obsoleteSystemInfo_.obsolete]]">
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/about_page_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698