diff options
Diffstat (limited to 'chrome/browser/background/background_mode_manager.h')
-rw-r--r-- | chrome/browser/background/background_mode_manager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/background/background_mode_manager.h b/chrome/browser/background/background_mode_manager.h index 07cdc50..1600cd1 100644 --- a/chrome/browser/background/background_mode_manager.h +++ b/chrome/browser/background/background_mode_manager.h @@ -169,12 +169,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; |