| Index: chrome/browser/ui/gtk/browser_titlebar.h
|
| diff --git a/chrome/browser/ui/gtk/browser_titlebar.h b/chrome/browser/ui/gtk/browser_titlebar.h
|
| index d929278269b77e973510aa346b3d02536a9a56a5..eca9a27ad7ab7d9c7a59bf16937a223f61803f1b 100644
|
| --- a/chrome/browser/ui/gtk/browser_titlebar.h
|
| +++ b/chrome/browser/ui/gtk/browser_titlebar.h
|
| @@ -67,6 +67,8 @@ class BrowserTitlebar : public content::NotificationObserver,
|
| // add to the menu.
|
| void ShowContextMenu(GdkEventButton* event);
|
|
|
| + AvatarMenuButtonGtk* avatar_button() { return avatar_button_.get(); }
|
| +
|
| private:
|
| // A helper class to keep track of which frame of the throbber animation
|
| // we're showing.
|
|
|