Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: views/window/client_view.cc

Issue 8368006: Support Windows native textfield, combobox, etc. in new bubbles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore Widget return; same as Patch Set 9 with updated CreateBubble comment. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/window/client_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « views/window/client_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698