| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 84a34077b20e8dd18e48893494428a29f1f67cc1..7fd9ee15bf1a65de3e8cf4795646a71c42b70e2c 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -264,10 +264,6 @@ class ProfileManager : public base::NonThreadSafe,
|
| // 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();
|
|
|
|
|