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

Unified Diff: ui/message_center/views/slide_out_controller.cc

Issue 2873553002: [Notifications] Fix swipe to close for ARC notifications. (Closed)
Patch Set: 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
Index: ui/message_center/views/slide_out_controller.cc
diff --git a/ui/message_center/views/slide_out_controller.cc b/ui/message_center/views/slide_out_controller.cc
index 68883b672db5c8d28770dd095ce7a9e91c9828a8..9376237a8e0f0dd435b3e125a02ec5eb18185d79 100644
--- a/ui/message_center/views/slide_out_controller.cc
+++ b/ui/message_center/views/slide_out_controller.cc
@@ -12,7 +12,7 @@ namespace views {
SlideOutController::SlideOutController(ui::EventTarget* target,
Delegate* delegate)
- : target_handling_(target, this), delegate_(delegate) {}
+ : delegate_(delegate) {}
SlideOutController::~SlideOutController() {}

Powered by Google App Engine
This is Rietveld 408576698