Chromium Code Reviews| Index: chrome/browser/tab_contents/tab_contents.cc |
| =================================================================== |
| --- chrome/browser/tab_contents/tab_contents.cc (revision 57104) |
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy) |
| @@ -815,11 +815,6 @@ |
| delegate_->ActivateContents(this); |
| } |
| -void TabContents::Deactivate() { |
| - if (delegate_) |
| - delegate_->DeactivateContents(this); |
| -} |
| - |
| void TabContents::ShowContents() { |
| RenderWidgetHostView* rwhv = GetRenderWidgetHostView(); |
| if (rwhv) |