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); |