Chromium Code Reviews| 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 d8f7591df7991d41c58b189b58ee524a2f4a6617..7ff3f9d8d79a4c9da7c358f50305ec270f51c95a 100644 |
| --- a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc |
| +++ b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc |
| @@ -63,7 +63,8 @@ void ProfileListChromeOS::RebuildMenu() { |
| item->name = (*it)->GetDisplayName(); |
| item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i); |
| item->profile_path = profile_info_->GetPathOfProfileAtIndex(i); |
| - item->supervised = false; |
| + item->legacy_supervised = false; |
|
msw
2015/03/23 19:28:33
Should this be using ProfileIsLegacySupervisedAtIn
Marc Treib
2015/03/24 15:03:14
On CrOS, we should never get a legacy supervised u
|
| + item->child_account = profile_info_->ProfileIsChildAtIndex(i); |
| item->signed_in = true; |
| item->active = profile_info_->GetPathOfProfileAtIndex(i) == |
| active_profile_path_; |