| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index bc916e1e454d67f50c61c67dcbf707d0366a81ff..cad6684272972decbc19f8a1e11c81e8a768fea4 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,
|
|
|