| Index: chrome/browser/ui/webui/options/sync_setup_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/sync_setup_handler.cc b/chrome/browser/ui/webui/options/sync_setup_handler.cc
|
| index 116af9641cba2897205d27f7abeb0720dc9d9718..f60512a80964fbae9618d4fd472f25825fffdff2 100644
|
| --- a/chrome/browser/ui/webui/options/sync_setup_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/sync_setup_handler.cc
|
| @@ -693,7 +693,9 @@ void SyncSetupHandler::HandleStopSyncing(const base::ListValue* args) {
|
|
|
| if (delete_profile) {
|
| // Do as BrowserOptionsHandler::DeleteProfile().
|
| - webui::DeleteProfileAtPath(GetProfile()->GetPath(), web_ui());
|
| + webui::DeleteProfileAtPath(GetProfile()->GetPath(),
|
| + web_ui(),
|
| + ProfileMetrics::DELETE_PROFILE_SETTINGS);
|
| }
|
| }
|
| #endif
|
|
|