Index: chrome/browser/ui/webui/options/manage_profile_handler.cc |
diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc |
index ec8acfcecd57babf530c47757b2e923e1bb2aff0..afcee9042c17fbd2c4aa2ac195e7202a2cffbc35 100644 |
--- a/chrome/browser/ui/webui/options/manage_profile_handler.cc |
+++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc |
@@ -62,20 +62,6 @@ bool GetProfilePathFromArgs(const ListValue* args, |
return base::GetValueAsFilePath(*file_path_value, profile_file_path); |
} |
-void OnNewDefaultProfileCreated( |
- chrome::HostDesktopType desktop_type, |
- Profile* profile, |
- Profile::CreateStatus status) { |
- if (status == Profile::CREATE_STATUS_INITIALIZED) { |
- profiles::FindOrCreateNewWindowForProfile( |
- profile, |
- chrome::startup::IS_PROCESS_STARTUP, |
- chrome::startup::IS_FIRST_RUN, |
- desktop_type, |
- false); |
- } |
-} |
- |
} // namespace |
ManageProfileHandler::ManageProfileHandler() |