| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index 26891a074bbd5b968e75e52e5a92c9c252e7e491..977220ebbfaa8856957c02fb3a69981faf926f86 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -330,6 +330,8 @@ class BrowserView : public BrowserBubbleHost,
|
| #if defined(OS_CHROMEOS)
|
| virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) OVERRIDE;
|
| #endif
|
| + virtual void ShowAvatarBubble(TabContents* tab_contents,
|
| + int x, int y) OVERRIDE;
|
|
|
| // Overridden from BrowserWindowTesting:
|
| virtual BookmarkBarView* GetBookmarkBarView() const OVERRIDE;
|
|
|