Index: chrome/browser/tab_contents/tab_contents_view.cc |
diff --git a/chrome/browser/tab_contents/tab_contents_view.cc b/chrome/browser/tab_contents/tab_contents_view.cc |
index c08d1b7cc47318e2a961f6d7dba6193f22e02ee7..9c369d0ae49d957322ed732044d910ed174664bd 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) { |