| 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 */
|
|
|