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

Unified Diff: ash/ash.gyp

Issue 230613004: Block keyboard and mouse input when maximize mode is activated by accelerometer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use event targeter to block keyboard and mouse events. Created 6 years, 8 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: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index d14c6d8c37bb091a1113855023f0a18aaebf85d8..93f573b37de3455beaabddb4c37f04e954369609 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -556,6 +556,8 @@
'wm/lock_state_observer.h',
'wm/maximize_mode/maximize_mode_controller.cc',
'wm/maximize_mode/maximize_mode_controller.h',
+ 'wm/maximize_mode/maximize_mode_event_blocker.cc',
+ 'wm/maximize_mode/maximize_mode_event_blocker.h',
'wm/maximize_mode/maximize_mode_window_manager.cc',
'wm/maximize_mode/maximize_mode_window_manager.h',
'wm/maximize_mode/maximize_mode_window_state.cc',

Powered by Google App Engine
This is Rietveld 408576698