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

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

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
« no previous file with comments | « ui/message_center/views/message_view.cc ('k') | ui/message_center/views/slide_out_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/slide_out_controller.h
diff --git a/ui/message_center/views/slide_out_controller.h b/ui/message_center/views/slide_out_controller.h
index 6d7a71c7e3bc0c4fe14cfcf6e5938c75d4202808..4ec259a2f6c65e8b846047dbb38e824393d59f5b 100644
--- a/ui/message_center/views/slide_out_controller.h
+++ b/ui/message_center/views/slide_out_controller.h
@@ -47,7 +47,6 @@ class SlideOutController : public ui::EventHandler,
// |direction| indicates which way the slide occurs.
void SlideOutAndClose(int direction);
- ui::ScopedTargetHandler target_handling_;
Delegate* delegate_;
float gesture_amount_ = 0.f;
« no previous file with comments | « ui/message_center/views/message_view.cc ('k') | ui/message_center/views/slide_out_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698