| Index: chrome/browser/profiles/profile_info_cache.cc
|
| diff --git a/chrome/browser/profiles/profile_info_cache.cc b/chrome/browser/profiles/profile_info_cache.cc
|
| index cfaba750321956e90de9f87d83f70f26007be741..7713c28e05906f88f08e14b643389e703c5fb023 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.cc
|
| +++ b/chrome/browser/profiles/profile_info_cache.cc
|
| @@ -139,7 +139,8 @@ void DeleteBitmap(const base::FilePath& image_path) {
|
|
|
| bool IsDefaultName(const base::string16& name) {
|
| // Check if it's a "First user" old-style name.
|
| - if (name == l10n_util::GetStringUTF16(IDS_DEFAULT_PROFILE_NAME))
|
| + if (name == l10n_util::GetStringUTF16(IDS_DEFAULT_PROFILE_NAME) ||
|
| + name == l10n_util::GetStringUTF16(IDS_LEGACY_DEFAULT_PROFILE_NAME))
|
| return true;
|
|
|
| // Check if it's one of the old-style profile names.
|
|
|