| Index: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
|
| index 2ff4fa3cbfa76af271ef798441ce3d6320a5afaa..183abf44bae2c00269c6de73f8ffb972c1033f7f 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js
|
| @@ -51,7 +51,7 @@ login.createScreen('OAuthEnrollmentScreen', 'oauth-enrollment', function() {
|
| */
|
| isCancelDisabled_: null,
|
|
|
| - get isCancelDisabled() { return this.isCancelDisabled_ },
|
| + get isCancelDisabled() { return this.isCancelDisabled_; },
|
| set isCancelDisabled(disabled) {
|
| this.isCancelDisabled_ = disabled;
|
| },
|
|
|