| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index b3fa18058e70eb48e958419e45dfbc0c93baec44..c0576b90fb074974cde086bd2b9e307fb37f6c59 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -323,6 +323,8 @@ class ProfileManager : public content::NotificationObserver,
|
| // and marks the new profile as active.
|
| void FinishDeletingProfile(const base::FilePath& profile_dir,
|
| const base::FilePath& new_active_profile_dir);
|
| + void OnLoadProfileForProfileDeletion(const base::FilePath& profile_dir,
|
| + Profile* profile);
|
| #endif
|
|
|
| // Registers profile with given info. Returns pointer to created ProfileInfo
|
|
|