Index: chrome/browser/ui/gtk/avatar_menu_button_gtk.h |
diff --git a/chrome/browser/ui/gtk/avatar_menu_button_gtk.h b/chrome/browser/ui/gtk/avatar_menu_button_gtk.h |
index 5e05e245212f00283442e08a937fbfb58f4bdb42..1f8c268d42ca74009634c61d7b9c545a7198c60f 100644 |
--- a/chrome/browser/ui/gtk/avatar_menu_button_gtk.h |
+++ b/chrome/browser/ui/gtk/avatar_menu_button_gtk.h |
@@ -34,6 +34,9 @@ class AvatarMenuButtonGtk { |
// Sets the image to display on the button, typically the profile icon. |
void SetIcon(const SkBitmap &icon); |
+ // Show the avatar bubble. |
+ void ShowAvatarBubble(); |
+ |
private: |
CHROMEGTK_CALLBACK_1(AvatarMenuButtonGtk, gboolean, OnButtonPressed, |
GdkEventButton*); |