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

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

Issue 1599013002: Follow-up of Improve the ProfileInfoCache API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 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();
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_manager.cc » ('j') | chrome/browser/profiles/profile_statistics.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698