| Index: chrome/browser/resources/chromeos/login/oobe_buttons.js
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_buttons.js b/chrome/browser/resources/chromeos/login/oobe_buttons.js
|
| index 1fc41bbb7d8ce4741b5bae6caa73b53399fdfcda..3f125ca552919ad7c7291893bb92a4cfbe29ee86 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_buttons.js
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_buttons.js
|
| @@ -71,7 +71,8 @@ Polymer({
|
| is: 'oobe-welcome-secondary-button',
|
|
|
| properties: {
|
| - icon: String,
|
| + icon1x: String,
|
| + icon2x: String,
|
|
|
| /* Note that we are not using "aria-label" property here, because
|
| * we want to pass the label value but not actually declare it as an
|
|
|