Index: chrome/browser/profiles/profile_manager.cc |
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
index 5617427530cf19031036243a4939698bcafb75fa..070486a578cdf11ba175d370d1a20d130bbd1308 100644 |
--- a/chrome/browser/profiles/profile_manager.cc |
+++ b/chrome/browser/profiles/profile_manager.cc |
@@ -38,6 +38,7 @@ |
#include "chrome/browser/password_manager/password_store_factory.h" |
#include "chrome/browser/prefs/incognito_mode_prefs.h" |
#include "chrome/browser/profiles/bookmark_model_loaded_observer.h" |
+#include "chrome/browser/profiles/profile_attributes_storage.h" |
#include "chrome/browser/profiles/profile_avatar_icon_util.h" |
#include "chrome/browser/profiles/profile_destroyer.h" |
#include "chrome/browser/profiles/profile_info_cache.h" |
@@ -662,6 +663,10 @@ ProfileInfoCache& ProfileManager::GetProfileInfoCache() { |
return *profile_info_cache_.get(); |
} |
+ProfileAttributesStorage& ProfileManager::GetProfileAttributesStorage() { |
+ return GetProfileInfoCache(); |
+} |
+ |
ProfileShortcutManager* ProfileManager::profile_shortcut_manager() { |
return profile_shortcut_manager_.get(); |
} |