diff options
author | tdanderson <tdanderson@chromium.org> | 2014-11-03 08:39:36 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-03 16:39:55 +0000 |
commit | ee6e2e338dd8e7214e34f492a3aba08717599fd0 (patch) | |
tree | 23138df541da654a9057138a7fb0fe37e723c39e /athena/athena.gyp | |
parent | f312a978bb05a6b46a6302d7904cbaf2d38c66dc (diff) | |
download | chromium_src-ee6e2e338dd8e7214e34f492a3aba08717599fd0.zip chromium_src-ee6e2e338dd8e7214e34f492a3aba08717599fd0.tar.gz chromium_src-ee6e2e338dd8e7214e34f492a3aba08717599fd0.tar.bz2 |
Do not allow split view to be engaged by a bezel gesture
Remove the ability to engage split view mode with the
use of a bezel gesture, and remove BezelController
which is currently only used for this purpose.
BUG=429184
TEST=WindowManagerTest.TitleDragSwitchBetweenWindowsInSplitViewMode renamed to WindowManagerTest.ReplaceWindowsInSplitViewMode and modified,
WindowManagerTest.BezelGestureToSplitViewMode removed,
WindowManagerTest.BezelGestureToSwitchBetweenWindows removed
Review URL: https://codereview.chromium.org/694883002
Cr-Commit-Position: refs/heads/master@{#302436}
Diffstat (limited to 'athena/athena.gyp')
-rw-r--r-- | athena/athena.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/athena/athena.gyp b/athena/athena.gyp index 290d022..0af642c 100644 --- a/athena/athena.gyp +++ b/athena/athena.gyp @@ -105,8 +105,6 @@ 'util/fill_layout_manager.h', 'util/switches.cc', 'util/switches.h', - 'wm/bezel_controller.cc', - 'wm/bezel_controller.h', 'wm/overview_toolbar.cc', 'wm/overview_toolbar.h', 'wm/public/window_list_provider.h', |