| Index: chrome/browser/profiles/profile_info_cache.h
|
| diff --git a/chrome/browser/profiles/profile_info_cache.h b/chrome/browser/profiles/profile_info_cache.h
|
| index 0a353769e172c2019816b159792cacbae19f8d1e..f8c4390d16a34ace92f709560d19cbe02f757482 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.h
|
| +++ b/chrome/browser/profiles/profile_info_cache.h
|
| @@ -121,6 +121,9 @@ class ProfileInfoCache : public ProfileInfoInterface,
|
| void SetProfileIsUsingDefaultNameAtIndex(size_t index, bool value);
|
| void SetProfileIsUsingDefaultAvatarAtIndex(size_t index, bool value);
|
|
|
| + // Determines whether |name| is one of the default assigned names.
|
| + bool IsDefaultProfileName(const base::string16& name);
|
| +
|
| // Returns unique name that can be assigned to a newly created profile.
|
| base::string16 ChooseNameForNewProfile(size_t icon_index) const;
|
|
|
|
|