Chromium Code Reviews| Index: ash/shell/panel_window.cc |
| diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc |
| index 58dbffdc1129879c01d8d5f7e79518e878581fe6..7996e2bc20e467539c9a32e48e1f611c40153dcd 100644 |
| --- a/ash/shell/panel_window.cc |
| +++ b/ash/shell/panel_window.cc |
| @@ -66,10 +66,6 @@ base::string16 PanelWindow::GetWindowTitle() const { |
| return base::ASCIIToUTF16(name_); |
| } |
| -views::View* PanelWindow::GetContentsView() { |
| - return this; |
| -} |
| - |
| bool PanelWindow::CanResize() const { |
| return true; |
| } |