| Index: chrome/browser/profiles/profile_manager_browsertest.cc
|
| diff --git a/chrome/browser/profiles/profile_manager_browsertest.cc b/chrome/browser/profiles/profile_manager_browsertest.cc
|
| index b0a37156cc16ec4b52dfff1d189ddb4e6aeb73eb..a1a214925d296c14ef8557102de85c5d971ee7d6 100644
|
| --- a/chrome/browser/profiles/profile_manager_browsertest.cc
|
| +++ b/chrome/browser/profiles/profile_manager_browsertest.cc
|
| @@ -50,19 +50,11 @@ class ProfileRemovalObserver : public ProfileInfoCacheObserver {
|
| std::string last_used_profile_name() { return last_used_profile_name_; }
|
|
|
| // ProfileInfoCacheObserver overrides:
|
| - virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE {}
|
| virtual void OnProfileWillBeRemoved(
|
| const base::FilePath& profile_path) OVERRIDE {
|
| last_used_profile_name_ = g_browser_process->local_state()->GetString(
|
| prefs::kProfileLastUsed);
|
| }
|
| - 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 {}
|
|
|
| private:
|
| std::string last_used_profile_name_;
|
|
|