Index: chrome/browser/ui/views/frame/browser_view.h |
=================================================================== |
--- chrome/browser/ui/views/frame/browser_view.h (revision 224205) |
+++ chrome/browser/ui/views/frame/browser_view.h (working copy) |
@@ -272,6 +272,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; |
@@ -376,10 +380,6 @@ |
virtual void TabDetachedAt(content::WebContents* contents, |
int index) OVERRIDE; |
virtual void TabDeactivated(content::WebContents* contents) OVERRIDE; |
- virtual void ActiveTabChanged(content::WebContents* old_contents, |
- content::WebContents* new_contents, |
- int index, |
- int reason) OVERRIDE; |
virtual void TabStripEmpty() OVERRIDE; |
// Overridden from ui::AcceleratorProvider: |