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

Unified Diff: views/window/client_view.h

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/views.gyp ('k') | views/window/client_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/window/client_view.h
diff --git a/views/window/client_view.h b/views/window/client_view.h
index f45e508f0d5264c27eefd47df3aecfeaf9975e00..4cd6f14cfe107aa18b27814d4080059a065c9162 100644
--- a/views/window/client_view.h
+++ b/views/window/client_view.h
@@ -10,7 +10,6 @@
namespace views {
-class BubbleView;
class DialogClientView;
class Widget;
@@ -37,8 +36,6 @@ class VIEWS_EXPORT ClientView : public View {
// Manual RTTI ftw.
virtual DialogClientView* AsDialogClientView();
virtual const DialogClientView* AsDialogClientView() const;
- virtual BubbleView* AsBubbleView();
- virtual const BubbleView* AsBubbleView() const;
// Returns true to signal that the Widget can be closed. Specialized
// ClientView subclasses can override this default behavior to allow the
« no previous file with comments | « views/views.gyp ('k') | views/window/client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698