| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 607736e022556134e06c24bca81c990f9eafbff6..0f57a015655eedea9c231322ba13a81f02dd7c23 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -317,6 +317,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
|
|
|