Index: chrome/browser/ui/webui/options/options_handlers_helper.cc |
diff --git a/chrome/browser/ui/webui/options/options_handlers_helper.cc b/chrome/browser/ui/webui/options/options_handlers_helper.cc |
index b8bda6adf9a82a25246482de79b934212abc2119..9131e878ab062863cc4c435f1f0f81fee3930e20 100644 |
--- a/chrome/browser/ui/webui/options/options_handlers_helper.cc |
+++ b/chrome/browser/ui/webui/options/options_handlers_helper.cc |
@@ -58,7 +58,7 @@ void DeleteProfileAtPath(base::FilePath file_path, content::WebUI* web_ui) { |
ProfileMetrics::LogProfileDeleteUser(ProfileMetrics::DELETE_PROFILE_SETTINGS); |
g_browser_process->profile_manager()->ScheduleProfileForDeletion( |
- file_path, |
+ file_path, false /* suppress_profile_creation */, |
base::Bind(&OpenNewWindowForProfile, GetDesktopType(web_ui))); |
} |