| Index: chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| index 4e20fa495ef0e6f2134eef2ec98ae5229f633129..92bc4a0305ce2d5936db37bec89693669bc52b5c 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| +++ b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| @@ -61,7 +61,7 @@ void ProfileListChromeOS::RebuildMenu() {
|
| item->name = (*it)->GetDisplayName();
|
| item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
|
| item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
|
| - item->managed = false;
|
| + item->supervised = false;
|
| item->signed_in = true;
|
| item->active = profile_info_->GetPathOfProfileAtIndex(i) ==
|
| active_profile_path_;
|
|
|