| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index 3c9e13eb1972265915d7791d70e4cf30ee3e92b1..ea375d23c2f57462aef6b3e2f6841240b069222f 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -160,6 +160,8 @@ class Panel : public BrowserWindow, public NotificationObserver {
|
| #endif
|
| virtual void UpdatePreferredSize(TabContents* tab_contents,
|
| const gfx::Size& pref_size) OVERRIDE;
|
| + virtual void ShowAvatarBubble(TabContents* tab_contents,
|
| + const gfx::Rect& rect) OVERRIDE;
|
|
|
| // NotificationObserver overrides.
|
| virtual void Observe(int type,
|
|
|