Chromium Code Reviews| Index: chrome/browser/sidebar/sidebar_container.cc |
| =================================================================== |
| --- chrome/browser/sidebar/sidebar_container.cc (revision 57122) |
| +++ chrome/browser/sidebar/sidebar_container.cc (working copy) |
| @@ -36,10 +36,6 @@ |
| delegate_->UpdateSidebar(this); |
| } |
| -int SidebarContainer::GetTabId() const { |
| - return tab_->controller().session_id().id(); |
| -} |
| - |
| void SidebarContainer::Show() { |
| delegate_->UpdateSidebar(this); |
| } |