| 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 da5d67ca30baa51259af50112e95ff7190a6f47c..1b0f930765dcf1abd31c4a55e0224ed713c59022 100644
|
| --- a/chrome/browser/ui/webui/profile_helper.h
|
| +++ b/chrome/browser/ui/webui/profile_helper.h
|
| @@ -15,7 +15,7 @@ class WebUI;
|
|
|
| namespace webui {
|
|
|
| -void OpenNewWindowForProfile(Profile* profile, Profile::CreateStatus status);
|
| +void OpenNewWindowForProfile(Profile* profile);
|
|
|
| // Deletes the profile at the given |file_path|.
|
| void DeleteProfileAtPath(base::FilePath file_path,
|
|
|