| Index: chrome/browser/resources/chromeos/login/notification_card.js
|
| diff --git a/chrome/browser/resources/chromeos/login/notification_card.js b/chrome/browser/resources/chromeos/login/notification_card.js
|
| index 880ded8bf8464d5e9e7653db25581fdefaaf01b7..fd0c129e0e6013a3dabc2eba12219ec7f567503f 100644
|
| --- a/chrome/browser/resources/chromeos/login/notification_card.js
|
| +++ b/chrome/browser/resources/chromeos/login/notification_card.js
|
| @@ -6,20 +6,11 @@ Polymer({
|
| is: 'notification-card',
|
|
|
| properties: {
|
| - buttonLabel: {
|
| - type: String,
|
| - value: ''
|
| - },
|
| -
|
| - linkLabel: {
|
| - type: String,
|
| - value: ''
|
| - },
|
| -
|
| - type: {
|
| - type: String,
|
| - value: ''
|
| - }
|
| + buttonLabel: {type: String, value: ''},
|
| +
|
| + linkLabel: {type: String, value: ''},
|
| +
|
| + type: {type: String, value: ''}
|
| },
|
|
|
| iconNameByType_: function(type) {
|
|
|