| Index: chrome/test/base/test_browser_window.h
|
| ===================================================================
|
| --- chrome/test/base/test_browser_window.h (revision 224205)
|
| +++ chrome/test/base/test_browser_window.h (working copy)
|
| @@ -45,6 +45,10 @@
|
| virtual void UpdateDevTools() OVERRIDE {}
|
| virtual void UpdateLoadingAnimations(bool should_animate) OVERRIDE {}
|
| virtual void SetStarredState(bool is_starred) OVERRIDE {}
|
| + virtual void OnActiveTabChanged(content::WebContents* old_contents,
|
| + content::WebContents* new_contents,
|
| + int index,
|
| + int reason) OVERRIDE {}
|
| virtual void ZoomChangedForActiveTab(bool can_show_bubble) OVERRIDE {}
|
| virtual gfx::Rect GetRestoredBounds() const OVERRIDE;
|
| virtual ui::WindowShowState GetRestoredState() const OVERRIDE;
|
|
|