Index: chrome/browser/profiles/profile_manager.h |
=================================================================== |
--- chrome/browser/profiles/profile_manager.h (revision 112723) |
+++ chrome/browser/profiles/profile_manager.h (working copy) |
@@ -264,6 +264,10 @@ |
// Adds |profile| to the profile info cache if it hasn't been added yet. |
void AddProfileToCache(Profile* profile); |
+ // Initializes user prefs of |profile|. This includes profile name and |
+ // avatar values |
+ void InitProfileUserPrefs(Profile* profile); |
+ |
// For ChromeOS, determines if profile should be otr. |
bool ShouldGoOffTheRecord(); |