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

Unified Diff: views/bubble/bubble_delegate.h

Issue 8265005: first run bubble using the views/bubble api. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix defines. 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
Index: views/bubble/bubble_delegate.h
diff --git a/views/bubble/bubble_delegate.h b/views/bubble/bubble_delegate.h
index 5b2c9c3f92694dfaf9b257e87804402d21dc8b3a..60e70c40ed458f0c87d1de3cf4c449597f67e2a8 100644
--- a/views/bubble/bubble_delegate.h
+++ b/views/bubble/bubble_delegate.h
@@ -27,6 +27,7 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView {
Widget* parent_widget);
// WidgetDelegate overrides:
+ virtual View* GetInitiallyFocusedView() OVERRIDE;
msw 2011/10/20 19:17:50 already done, will land soon :)
alicet1 2011/10/21 19:13:16 Done.
virtual View* GetContentsView() OVERRIDE;
virtual ClientView* CreateClientView(Widget* widget) OVERRIDE;
virtual NonClientFrameView* CreateNonClientFrameView() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698