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() { |
alicet1
2011/10/31 18:48:31
yeah, I was wondering why they are still here, tha
msw
2011/10/31 19:31:17
:)
|
- return NULL; |
-} |
- |
-const BubbleView* ClientView::AsBubbleView() const { |
- return NULL; |
-} |
- |
bool ClientView::CanClose() { |
return true; |
} |