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

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: Fix Polymer missing deps. 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..aa6ea42e3e5f94830b90a2ebda4b52e419b38d98 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -83,14 +83,14 @@
<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_)]]">
Dan Beam 2016/11/01 06:39:48 nit: 80 col wrap (you can wrap in a C++ or JS-like
dpapad 2016/11/01 16:38:09 Done.
</iron-icon>
<div class="start">
<div id="updateStatusMessage"
hidden="[[!shouldShowUpdateStatusMessage_(
- currentUpdateStatusEvent_)]]"
+ obsoleteSystemInfo_, currentUpdateStatusEvent_)]]"
<if expr="not chromeos">
inner-h-t-m-l="[[getUpdateStatusMessage_(
currentUpdateStatusEvent_)]]">
« 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