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

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

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 | « chrome/browser/resources/settings/about_page/about_page.html ('k') | 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 dc61dbb1f5cc056455c123503d309d6fad3174e5..2f270042a4e2efc46074712cdb3e4759bf190784 100644
--- a/chrome/browser/resources/settings/about_page/about_page.js
+++ b/chrome/browser/resources/settings/about_page/about_page.js
@@ -13,7 +13,10 @@ Polymer({
properties: {
/** @private {?UpdateStatusChangedEvent} */
- currentUpdateStatusEvent_: Object,
+ currentUpdateStatusEvent_: {
+ type: Object,
+ value: {message: '', progress: 0, status: UpdateStatus.DISABLED},
+ },
<if expr="chromeos">
/** @private */
« no previous file with comments | « chrome/browser/resources/settings/about_page/about_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698