| Index: chrome/browser/profiles/profile_manager.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_manager.h (revision 113064)
|
| +++ chrome/browser/profiles/profile_manager.h (working copy)
|
| @@ -264,10 +264,6 @@
|
| // 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();
|
|
|
|
|