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

Unified Diff: ui/views/bubble/tray_bubble_view.h

Issue 2884683003: mash: Remove WmWindow usage from ash/system/web_notification (Closed)
Patch Set: curlies Created 3 years, 7 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 | « ash/system/web_notification/web_notification_tray_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/tray_bubble_view.h
diff --git a/ui/views/bubble/tray_bubble_view.h b/ui/views/bubble/tray_bubble_view.h
index 93fde7af259485bcfbc7cf366af2b5ffd7efdfa0..7aa054d0713e2ae462012233ac8c18230c4627ff 100644
--- a/ui/views/bubble/tray_bubble_view.h
+++ b/ui/views/bubble/tray_bubble_view.h
@@ -63,6 +63,9 @@ class VIEWS_EXPORT TrayBubbleView : public BubbleDialogDelegateView,
// Called before Widget::Init() on |bubble_widget|. Allows |params| to be
// modified.
+ // TODO(jamescook): Eliminate this method. It was introduced to let mash set
+ // the widget container back when mash could not use aura::Window. Now the
+ // anchor view should be sufficient.
virtual void OnBeforeBubbleWidgetInit(Widget* anchor_widget,
Widget* bubble_widget,
Widget::InitParams* params) const = 0;
« no previous file with comments | « ash/system/web_notification/web_notification_tray_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698