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

Unified Diff: ui/login/display_manager.js

Issue 1767443002: Add enterprise enrollment support for fake users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Check instance before derefing it Created 4 years, 8 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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/display_manager.js
diff --git a/ui/login/display_manager.js b/ui/login/display_manager.js
index b44e359ab3357e0564f710ac1a29261355317238..e0d6f92fb8b2fcce713583073dee2d80f5e1824f 100644
--- a/ui/login/display_manager.js
+++ b/ui/login/display_manager.js
@@ -572,6 +572,9 @@ cr.define('cr.ui.login', function() {
$('step-logo').hidden = newStep.classList.contains('no-logo');
+ $('oobe').dispatchEvent(
+ new CustomEvent('screenchanged',
+ {detail: this.currentScreen.id}));
chrome.send('updateCurrentScreen', [this.currentScreen.id]);
},
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698