Index: chrome/browser/profiles/profile_info_cache.cc |
diff --git a/chrome/browser/profiles/profile_info_cache.cc b/chrome/browser/profiles/profile_info_cache.cc |
index d50e24ed9a631b72cd916f79da396e23568e0bf4..62c83dbcecb6eccf23076eaa350b0e5254ceeb9a 100644 |
--- a/chrome/browser/profiles/profile_info_cache.cc |
+++ b/chrome/browser/profiles/profile_info_cache.cc |
@@ -107,6 +107,11 @@ void ProfileInfoCache::AddProfileToCache(const FilePath& profile_path, |
cache->Set(key, info.release()); |
sorted_keys_.insert(FindPositionForProfile(key, name), key); |
+ |
+ NotificationService::current()->Notify( |
+ chrome::NOTIFICATION_PROFILE_CACHED_INFO_CHANGED, |
+ NotificationService::AllSources(), |
+ NotificationService::NoDetails()); |
} |
void ProfileInfoCache::DeleteProfileFromCache(const FilePath& profile_path) { |