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

Unified Diff: ash/wm/system_modal_container_event_filter.h

Issue 2071423003: Filter all events in SystemModalContainerEventHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 6 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 | « no previous file | ash/wm/system_modal_container_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/system_modal_container_event_filter.h
diff --git a/ash/wm/system_modal_container_event_filter.h b/ash/wm/system_modal_container_event_filter.h
index e98e7e00d6a37b4865c213ac58734148ea130921..8f8b58a3e6b8733de0dd99ef261bd37bbcb106c9 100644
--- a/ash/wm/system_modal_container_event_filter.h
+++ b/ash/wm/system_modal_container_event_filter.h
@@ -20,9 +20,8 @@ class ASH_EXPORT SystemModalContainerEventFilter : public ui::EventHandler {
SystemModalContainerEventFilterDelegate* delegate);
~SystemModalContainerEventFilter() override;
- // Overridden from ui::EventHandler:
- void OnKeyEvent(ui::KeyEvent* event) override;
- void OnMouseEvent(ui::MouseEvent* event) override;
+ // ui::EventHandler:
+ void OnEvent(ui::Event* event) override;
private:
SystemModalContainerEventFilterDelegate* delegate_;
« no previous file with comments | « no previous file | ash/wm/system_modal_container_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698