| Index: chrome/browser/ui/gtk/avatar_menu_item_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/avatar_menu_item_gtk.h (revision 113987)
|
| +++ chrome/browser/ui/gtk/avatar_menu_item_gtk.h (working copy)
|
| @@ -67,6 +67,8 @@
|
| GdkEventFocus*);
|
| CHROMEGTK_CALLBACK_1(AvatarMenuItemGtk, gboolean, OnProfileKeyPress,
|
| GdkEventKey*);
|
| + CHROMEGTK_CALLBACK_1(AvatarMenuItemGtk, gboolean, OnEventBoxExpose,
|
| + GdkEventExpose*);
|
| CHROMEGTK_CALLBACK_0(AvatarMenuItemGtk, void, OnEditProfileLinkClicked);
|
|
|
| // Create all widgets in this menu item, using |theme_service|.
|
|
|