| Index: chrome/browser/ui/webui/profile_helper.h
|
| diff --git a/chrome/browser/ui/webui/profile_helper.h b/chrome/browser/ui/webui/profile_helper.h
|
| index a115f13c3acdafab5ebac1d613ee44950033e9c6..8467124c4503c0e2e5932f588f3e29ba7b0dafb5 100644
|
| --- a/chrome/browser/ui/webui/profile_helper.h
|
| +++ b/chrome/browser/ui/webui/profile_helper.h
|
| @@ -17,7 +17,9 @@ namespace webui {
|
| void OpenNewWindowForProfile(Profile* profile, Profile::CreateStatus status);
|
|
|
| // Deletes the profile at the given |file_path|.
|
| -void DeleteProfileAtPath(base::FilePath file_path, content::WebUI* web_ui);
|
| +void DeleteProfileAtPath(base::FilePath file_path,
|
| + content::WebUI* web_ui,
|
| + ProfileMetrics::ProfileDelete deletion_source);
|
|
|
| } // namespace webui
|
|
|
|
|