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

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

Issue 2421753002: MD Settings: Eliminate Relaunch button flicker at chrome://md-settings/help. (Closed)
Patch Set: Nits Created 4 years, 1 month 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/browser/resources/settings/about_page/about_page.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 c896e490d5de8888a8c862c48cff9caaac9ef4f5..6b28c21ca1cf489386fae5523a4b96050c35bc28 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -83,14 +83,16 @@
<div class="settings-box two-line">
<iron-icon
hidden="[[!shouldShowUpdateStatusIcon_(
- currentUpdateStatusEvent_)]]"
- icon$="[[getIcon_(currentUpdateStatusEvent_)]]"
- src="[[getIconSrc_(currentUpdateStatusEvent_)]]">
+ obsoleteSystemInfo_, currentUpdateStatusEvent_)]]"
+ icon$="[[getIcon_(
+ obsoleteSystemInfo_, currentUpdateStatusEvent_)]]"
+ src="[[getIconSrc_(
+ obsoleteSystemInfo_, currentUpdateStatusEvent_)]]">
</iron-icon>
<div class="start">
<div id="updateStatusMessage"
hidden="[[!shouldShowUpdateStatusMessage_(
- currentUpdateStatusEvent_)]]"
+ obsoleteSystemInfo_, currentUpdateStatusEvent_)]]"
<if expr="not chromeos">
inner-h-t-m-l="[[getUpdateStatusMessage_(
currentUpdateStatusEvent_)]]">
@@ -130,7 +132,8 @@
$i18n{aboutRelaunchAndPowerwash}
</paper-button>
<paper-button id="checkForUpdates" class="secondary-button"
- hidden="[[!shouldShowCheckUpdates_(currentUpdateStatusEvent_)]]"
+ hidden="[[!shouldShowCheckUpdates_(
+ currentUpdateStatusEvent_)]]"
on-tap="onCheckUpdatesTap_">
$i18n{aboutCheckForUpdates}
</paper-button>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698