Chromium Code Reviews| Index: chrome/browser/profiles/profile_manager.h |
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h |
| index 14158eb93eb9f637faf63cc3f827b933d9e9ef08..7ee899ba5fc611dc6ce4f814347e97fa7662a437 100644 |
| --- a/chrome/browser/profiles/profile_manager.h |
| +++ b/chrome/browser/profiles/profile_manager.h |
| @@ -160,8 +160,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. |
|
Mike Lerman
2015/08/06 16:06:20
Perhaps put a comment on profile_info_cache.h as w
|
| 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(); |