| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index b646b9bb3a8db60b972ad509936472b0a65c1040..054407a8a9fff1029e65ccfd072c7897d40d811c 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -167,6 +167,7 @@ class Panel : public BrowserWindow, public content::NotificationObserver {
|
| const gfx::Size& pref_size) OVERRIDE;
|
| virtual void ShowAvatarBubble(TabContents* tab_contents,
|
| const gfx::Rect& rect) OVERRIDE;
|
| + virtual void ShowAvatarBubbleFromAvatarButton() OVERRIDE;
|
|
|
| // content::NotificationObserver overrides.
|
| virtual void Observe(int type,
|
|
|