| Index: chrome/browser/ui/views/profiles/new_avatar_button.h
|
| diff --git a/chrome/browser/ui/views/profiles/new_avatar_button.h b/chrome/browser/ui/views/profiles/new_avatar_button.h
|
| index 457bb54bc271a76ccd4483b1a2cc60b25f2d31f9..60c954de4c31aa7a673de3d0425e1a3c9d2e5414 100644
|
| --- a/chrome/browser/ui/views/profiles/new_avatar_button.h
|
| +++ b/chrome/browser/ui/views/profiles/new_avatar_button.h
|
| @@ -42,6 +42,8 @@ class NewAvatarButton : public views::MenuButton,
|
| virtual void OnProfileNameChanged(
|
| const base::FilePath& profile_path,
|
| const base::string16& old_profile_name) OVERRIDE;
|
| + virtual void OnProfileSupervisedUserIdChanged(
|
| + const base::FilePath& profile_path) OVERRIDE;
|
|
|
| // SigninErrorController::Observer:
|
| virtual void OnErrorChanged() OVERRIDE;
|
|
|