Chromium Code Reviews| Index: chrome/test/test_browser_window.h |
| =================================================================== |
| --- chrome/test/test_browser_window.h (revision 18286) |
| +++ chrome/test/test_browser_window.h (working copy) |
| @@ -66,6 +66,8 @@ |
| gfx::NativeWindow parent_window) {} |
| virtual void UserChangedTheme() {} |
| virtual int GetExtraRenderViewHeight() const { return 0; } |
| + virtual void TabContentsFocused(TabContents* tab_contents) { } |
| + |
| protected: |
| virtual void DestroyBrowser() {} |