| Index: chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options/manage_profile_handler.cc (revision 110080)
|
| +++ chrome/browser/ui/webui/options/manage_profile_handler.cc (working copy)
|
| @@ -139,7 +139,7 @@
|
| void ManageProfileHandler::DeleteProfile(const ListValue* args) {
|
| DCHECK(args);
|
|
|
| - ProfileMetrics::LogProfileOpenMethod(ProfileMetrics::PROFILE_DELETED);
|
| + ProfileMetrics::LogProfileDeleteUser(ProfileMetrics::PROFILE_DELETED);
|
|
|
| Value* file_path_value;
|
| FilePath profile_file_path;
|
|
|