Index: chrome/browser/profiles/profile_manager.cc |
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
index 08470f7c6475dd95747206f62946a9c91256a6b3..d8adcbb39643e02f1553195624e2b3af733a01a6 100644 |
--- a/chrome/browser/profiles/profile_manager.cc |
+++ b/chrome/browser/profiles/profile_manager.cc |
@@ -259,10 +259,6 @@ ProfileManager::ProfileManager(const base::FilePath& user_data_dir) |
this, |
chrome::NOTIFICATION_BROWSER_CLOSE_CANCELLED, |
content::NotificationService::AllSources()); |
- registrar_.Add( |
- this, |
- chrome::NOTIFICATION_PROFILE_CACHED_INFO_CHANGED, |
- content::NotificationService::AllSources()); |
if (ProfileShortcutManager::IsFeatureEnabled() && !user_data_dir_.empty()) |
profile_shortcut_manager_.reset(ProfileShortcutManager::Create( |
@@ -914,10 +910,6 @@ void ProfileManager::Observe( |
} |
break; |
} |
- case chrome::NOTIFICATION_PROFILE_CACHED_INFO_CHANGED: { |
- save_active_profiles = !closing_all_browsers_; |
- break; |
- } |
default: { |
NOTREACHED(); |
break; |