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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.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: chrome/browser/resources/options/manage_profile_overlay.js
diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js
index 0be7f9f2144034aa84d0644626d5ed910ec09a6b..7a44eef39601a8703af78b8f5f7380fb13f9af15 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.js
+++ b/chrome/browser/resources/options/manage_profile_overlay.js
@@ -573,6 +573,7 @@ cr.define('options', function() {
// Because this dialog isn't useful when refreshing or as part of the
// history, don't create a history entry for it when showing.
PageManager.showPageByName('manageProfile', false);
+ chrome.send('showDeleteUserDialog');
Dan Beam 2015/03/18 22:36:33 this looks very much like you're saying imperative
anthonyvd 2015/03/19 15:22:35 Done.
},
/**

Powered by Google App Engine
This is Rietveld 408576698