| Index: chrome/test/base/test_browser_window.h
|
| diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
|
| index 1eec3aa78682d946c9444f8b740b42f78ddb7b87..497a7f35766f0479597c354503962a123cb66e5b 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -112,6 +112,8 @@ class TestBrowserWindow : public BrowserWindow {
|
| virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
| const gfx::Rect& bounds) OVERRIDE;
|
| virtual FindBar* CreateFindBar() OVERRIDE;
|
| + virtual void ShowAvatarBubble(TabContents* tab_contents,
|
| + const gfx::Rect& rect) OVERRIDE {}
|
|
|
| #if defined(OS_CHROMEOS)
|
| virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) OVERRIDE {}
|
|
|