| Index: chrome/browser/background/background_mode_manager.h
|
| diff --git a/chrome/browser/background/background_mode_manager.h b/chrome/browser/background/background_mode_manager.h
|
| index 82ec77fcf28f8a387c816ef44381ea226d52a0b9..4c011ca505b3f02046b928d5dd7707f3d807f7c3 100644
|
| --- a/chrome/browser/background/background_mode_manager.h
|
| +++ b/chrome/browser/background/background_mode_manager.h
|
| @@ -171,12 +171,8 @@ class BackgroundModeManager
|
| virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE;
|
| virtual void OnProfileWillBeRemoved(
|
| const base::FilePath& profile_path) OVERRIDE;
|
| - virtual void OnProfileWasRemoved(const base::FilePath& profile_path,
|
| - const string16& profile_name) OVERRIDE;
|
| virtual void OnProfileNameChanged(const base::FilePath& profile_path,
|
| const string16& old_profile_name) OVERRIDE;
|
| - virtual void OnProfileAvatarChanged(
|
| - const base::FilePath& profile_path) OVERRIDE;
|
|
|
| // Overrides from SimpleMenuModel::Delegate implementation.
|
| virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
|
|
|