Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1838)

Unified Diff: chrome/browser/resources/chromeos/login/host-pairing-screen.js

Issue 2771623002: Bootstrapping: Display meaningful enrollment error message on Slave device. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
},

Powered by Google App Engine
This is Rietveld 408576698