Chromium Code Reviews| Index: views/window/client_view.cc |
| diff --git a/views/window/client_view.cc b/views/window/client_view.cc |
| index 5b0d0065ef56139d33812b3270eec6c248c3a56f..f0dc66a441d1ff19699ff968b00679621588e952 100644 |
| --- a/views/window/client_view.cc |
| +++ b/views/window/client_view.cc |
| @@ -37,14 +37,6 @@ const DialogClientView* ClientView::AsDialogClientView() const { |
| return NULL; |
| } |
| -BubbleView* ClientView::AsBubbleView() { |
| - return NULL; |
| -} |
| - |
| -const BubbleView* ClientView::AsBubbleView() const { |
| - return NULL; |
| -} |
| - |
| bool ClientView::CanClose() { |
| return true; |
| } |