Index: ui/login/account_picker/user_pod_row.js |
diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js |
index af79026ce01a487dcd550c3bf195a43ec1f737d8..6ba11b5ecbdf8c24cb5a961def822df1cef6a989 100644 |
--- a/ui/login/account_picker/user_pod_row.js |
+++ b/ui/login/account_picker/user_pod_row.js |
@@ -1415,6 +1415,7 @@ cr.define('login', function() { |
this.actionBoxMenu.classList.add('menu-moved-up'); |
this.actionBoxAreaElement.classList.add('menu-moved-up'); |
} |
+ chrome.send('showRemoveUserWarning'); |
}, |
/** |
@@ -2401,7 +2402,7 @@ cr.define('login', function() { |
setApps: function(apps) { |
this.apps_ = apps; |
this.rebuildPods(); |
- chrome.send('kioskAppsLoaded'); |
+ chrome.send('kioskAppsLoaded', []); |
Dan Beam
2015/03/18 22:36:33
why extra []?
anthonyvd
2015/03/19 15:22:35
No idea how that slipped in here, reverted.
|
// Check whether there's a pending kiosk app error. |
window.setTimeout(function() { |