| 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 60c954de4c31aa7a673de3d0425e1a3c9d2e5414..2a0e14f5946d2212cfeb3adf2e176c60318b9e0e 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 OnProfileAvatarChanged(
|
| + const base::FilePath& profile_path) OVERRIDE;
|
| virtual void OnProfileSupervisedUserIdChanged(
|
| const base::FilePath& profile_path) OVERRIDE;
|
|
|
|
|