diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents_view.cc')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view.cc b/chrome/browser/tab_contents/tab_contents_view.cc index c08d1b7..9c369d0 100644 --- a/chrome/browser/tab_contents/tab_contents_view.cc +++ b/chrome/browser/tab_contents/tab_contents_view.cc @@ -72,11 +72,11 @@ void TabContentsView::ShowCreatedWidget(int route_id, } void TabContentsView::Activate() { - tab_contents_->delegate()->Activate(); + tab_contents_->Activate(); } void TabContentsView::Deactivate() { - tab_contents_->delegate()->Deactivate(); + tab_contents_->Deactivate(); } void TabContentsView::ShowCreatedFullscreenWidget(int route_id) { |