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

Unified Diff: ash/wm/maximize_mode/maximize_mode_controller.h

Issue 326813004: Added quick lock mechanism while in Touchview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: ash/wm/maximize_mode/maximize_mode_controller.h
diff --git a/ash/wm/maximize_mode/maximize_mode_controller.h b/ash/wm/maximize_mode/maximize_mode_controller.h
index fd2efe5acb13e105eb3e53964619082c9c17cac3..ad759653acb1fe6ed8ea11051f79d3f436abc55d 100644
--- a/ash/wm/maximize_mode/maximize_mode_controller.h
+++ b/ash/wm/maximize_mode/maximize_mode_controller.h
@@ -82,9 +82,6 @@ class ASH_EXPORT MaximizeModeController : public AccelerometerObserver {
// maximize mode is engaged.
scoped_ptr<MaximizeModeEventBlocker> event_blocker_;
- // An event handler used to detect screenshot actions while in maximize mode.
- scoped_ptr<ui::EventHandler> event_handler_;
-
// When true calls to OnAccelerometerUpdated will not rotate the display.
bool rotation_locked_;

Powered by Google App Engine
This is Rietveld 408576698