| Index: chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| diff --git a/chrome/browser/ui/views/profiles/new_avatar_button.cc b/chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| index 70d66895d109de21be7074c02772572b55f5abe1..9a3dc2ca8862a64132cab1e967f80cf8c2d38e44 100644
|
| --- a/chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| +++ b/chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| @@ -151,6 +151,11 @@ void NewAvatarButton::OnProfileNameChanged(
|
| UpdateAvatarButtonAndRelayoutParent();
|
| }
|
|
|
| +void NewAvatarButton::OnProfileSupervisedUserIdChanged(
|
| + const base::FilePath& profile_path) {
|
| + UpdateAvatarButtonAndRelayoutParent();
|
| +}
|
| +
|
| void NewAvatarButton::OnErrorChanged() {
|
| gfx::ImageSkia icon;
|
|
|
|
|