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

Unified Diff: chrome/browser/ui/webui/options/manage_profile_handler.h

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/ui/webui/options/manage_profile_handler.h
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.h b/chrome/browser/ui/webui/options/manage_profile_handler.h
index ecf1f1511353eb04107960cdd797946ccbe1ee30..c6010d5927fe3f890d148c19fe4d334fdda0f2b5 100644
--- a/chrome/browser/ui/webui/options/manage_profile_handler.h
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.h
@@ -47,6 +47,8 @@ class ManageProfileHandler : public OptionsPageUIHandler,
// ProfileSyncServiceObserver:
void OnStateChanged() override;
+ void HandleDeleteUserDialogShown(const base::ListValue* args);
Dan Beam 2015/03/18 22:36:33 make private
anthonyvd 2015/03/19 15:22:35 Acknowledged.
+
private:
// This function creates signed in user specific strings in loadTimeData.
void GenerateSignedinUserSpecificStrings(base::DictionaryValue* dictionary);

Powered by Google App Engine
This is Rietveld 408576698