| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index 8563731be6060b6ed38accc28901e9a987ebe201..ef6f9e1fe3d03f9a1cec0a121dd14fc58f8a8c49 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -1384,7 +1384,9 @@ void BrowserOptionsHandler::DeleteProfile(const base::ListValue* args) {
|
| return;
|
| }
|
|
|
| - webui::DeleteProfileAtPath(file_path, web_ui());
|
| + webui::DeleteProfileAtPath(file_path,
|
| + web_ui(),
|
| + ProfileMetrics::DELETE_PROFILE_SETTINGS);
|
| }
|
|
|
| void BrowserOptionsHandler::ObserveThemeChanged() {
|
|
|