diff options
Diffstat (limited to 'chrome/browser/instant/instant_loader.cc')
-rw-r--r-- | chrome/browser/instant/instant_loader.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc index 5e8a032..c9ac786 100644 --- a/chrome/browser/instant/instant_loader.cc +++ b/chrome/browser/instant/instant_loader.cc @@ -192,8 +192,6 @@ class InstantLoader::TabContentsDelegateImpl const gfx::Rect& pos) OVERRIDE; virtual bool ShouldFocusConstrainedWindow() OVERRIDE; virtual void WillShowConstrainedWindow(TabContents* source) OVERRIDE; - virtual void ToolbarSizeChanged(TabContents* source, - bool is_animating) OVERRIDE; virtual void UpdateTargetURL(TabContents* source, const GURL& url) OVERRIDE; virtual bool ShouldSuppressDialogs() OVERRIDE; @@ -479,11 +477,6 @@ void InstantLoader::TabContentsDelegateImpl::WillShowConstrainedWindow( } } -void InstantLoader::TabContentsDelegateImpl::ToolbarSizeChanged( - TabContents* source, - bool is_animating) { -} - void InstantLoader::TabContentsDelegateImpl::UpdateTargetURL( TabContents* source, const GURL& url) { } |