| Index: chrome/browser/resources/chromeos/login/host-pairing-screen.js
|
| diff --git a/chrome/browser/resources/chromeos/login/host-pairing-screen.js b/chrome/browser/resources/chromeos/login/host-pairing-screen.js
|
| index 7263fe23ca98b015f2b141c19114354bf276b5c6..8e08a44c25e8e998c81c0a06aec5a62539eb7eec 100644
|
| --- a/chrome/browser/resources/chromeos/login/host-pairing-screen.js
|
| +++ b/chrome/browser/resources/chromeos/login/host-pairing-screen.js
|
| @@ -27,7 +27,8 @@ Polymer((function() {
|
| ['code',
|
| 'deviceName',
|
| 'enrollmentDomain',
|
| - 'page'].forEach(this.registerBoundContextField, this);
|
| + 'page',
|
| + 'enrollmentError'].forEach(this.registerBoundContextField, this);
|
| this.send(CALLBACK_CONTEXT_READY);
|
| },
|
|
|
|
|