| Index: chrome/browser/ui/cocoa/browser/avatar_button_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser/avatar_button_controller.h b/chrome/browser/ui/cocoa/browser/avatar_button_controller.h
|
| index 21464bf7bcb081903f750e7212f3046b105f2271..c5adcb2ce5ad876f2ee72392002b93d57f495f37 100644
|
| --- a/chrome/browser/ui/cocoa/browser/avatar_button_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser/avatar_button_controller.h
|
| @@ -42,6 +42,9 @@ class Observer;
|
| // and will be resized to the frame of the button.
|
| - (void)setImage:(NSImage*)image;
|
|
|
| +// Shows the avatar bubble.
|
| +- (void)showAvatarBubble;
|
| +
|
| @end
|
|
|
| @interface AvatarButtonController (ExposedForTesting)
|
|
|