Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2069)

Unified Diff: chrome/browser/profiles/profile_manager.h

Issue 1242793005: Refactor most c/b/profiles calls to ProfileInfoCache. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows unit test and ChromeOS build Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698