Chromium Code Reviews| 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 898b85f962a855be9ff2bc75a0473bb0b5fc063d..3fad44f019c8abc2a4e1e9a66f167d911d5ac2f8 100644 |
| --- a/chrome/browser/ui/views/profiles/new_avatar_button.h |
| +++ b/chrome/browser/ui/views/profiles/new_avatar_button.h |
| @@ -31,7 +31,9 @@ class NewAvatarButton : public views::MenuButton, |
| private: |
| friend class NewAvatarMenuButtonTest; |
|
guohui
2014/04/16 15:47:45
no longer needs NewAvatarMenuButtonTest?
Mike Lerman
2014/04/24 15:14:16
That test still exists, I didn't change it. I copi
|
| + friend class ProfileChooserViewBrowserTest; |
| FRIEND_TEST_ALL_PREFIXES(NewAvatarMenuButtonTest, SignOut); |
| + FRIEND_TEST_ALL_PREFIXES(ProfileChooserViewBrowserTest, ViewProfileUMA); |
| // ProfileInfoCacheObserver: |
| virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE; |