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

Unified Diff: ui/login/account_picker/user_pod_row.js

Issue 1016113002: Instrument "Remove this person" in user manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Log showing profile deletion warning in settings page. Created 5 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: 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() {

Powered by Google App Engine
This is Rietveld 408576698