Index: chrome/browser/profiles/profile_manager.h |
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h |
index a9e08550f6d10f79fdf2f2a9f96b1f44c7f40983..b8ce056e55006a40dc982b33705bc8ba609e3de4 100644 |
--- a/chrome/browser/profiles/profile_manager.h |
+++ b/chrome/browser/profiles/profile_manager.h |
@@ -163,8 +163,13 @@ class ProfileManager : public base::NonThreadSafe, |
// Returns a ProfileInfoCache object which can be used to get information |
// about profiles without having to load them from disk. |
+ // Deprecated, use GetProfileAttributesStorage() instead. |
ProfileInfoCache& GetProfileInfoCache(); |
+ // Returns a ProfileAttributesStorage object which can be used to get |
+ // information about profiles without having to load them from disk. |
+ ProfileAttributesStorage& GetProfileAttributesStorage(); |
+ |
// Returns a ProfileShortcut Manager that enables the caller to create |
// profile specfic desktop shortcuts. |
ProfileShortcutManager* profile_shortcut_manager(); |