| Index: chrome/browser/ui/webui/settings/people_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/people_handler.cc b/chrome/browser/ui/webui/settings/people_handler.cc
|
| index 0becb602893aa016c4878b375a830855b3c3f932..f072c9fe0d597fa666bbba245ab1e9466e87b153 100644
|
| --- a/chrome/browser/ui/webui/settings/people_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/people_handler.cc
|
| @@ -583,7 +583,9 @@ void PeopleHandler::HandleStopSyncing(const base::ListValue* args) {
|
|
|
| if (delete_profile) {
|
| // Do as BrowserOptionsHandler::DeleteProfile().
|
| - webui::DeleteProfileAtPath(profile_->GetPath(), web_ui());
|
| + webui::DeleteProfileAtPath(profile_->GetPath(),
|
| + web_ui(),
|
| + ProfileMetrics::DELETE_PROFILE_SETTINGS);
|
| }
|
| }
|
| #endif
|
|
|