summaryrefslogtreecommitdiffstats
path: root/ash
diff options
context:
space:
mode:
authorrharrison@chromium.org <rharrison@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-13 20:27:13 +0000
committerrharrison@chromium.org <rharrison@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-13 20:27:13 +0000
commitcc38f97853d14feb180e74f4c765a8130c6ab636 (patch)
treed07af712002075491abbe14d2e6e6c7ad724d444 /ash
parent6397752c160864053c439f4b3948b620c281aacb (diff)
downloadchromium_src-cc38f97853d14feb180e74f4c765a8130c6ab636.zip
chromium_src-cc38f97853d14feb180e74f4c765a8130c6ab636.tar.gz
chromium_src-cc38f97853d14feb180e74f4c765a8130c6ab636.tar.bz2
Remove references to "enable-bezel-touch" flag
The features related to this flag were removed in https://chromiumcodereview.appspot.com/13648005 and there are no plans to reimplement them. This CL is a clean up removing the flags bits that should hve been removed with the feature. BUG=222746 TEST=Built image and confirmed gestures/touches on the edge of the screen did not have any regressions. Review URL: https://chromiumcodereview.appspot.com/16967002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206157 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash')
-rw-r--r--ash/wm/system_gesture_event_filter_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/wm/system_gesture_event_filter_unittest.cc b/ash/wm/system_gesture_event_filter_unittest.cc
index c46ce88..ce02fad 100644
--- a/ash/wm/system_gesture_event_filter_unittest.cc
+++ b/ash/wm/system_gesture_event_filter_unittest.cc
@@ -213,8 +213,6 @@ class SystemGestureEventFilterTest : public AshTestBase {
virtual void SetUp() OVERRIDE {
CommandLine::ForCurrentProcess()->AppendSwitch(
ash::switches::kAshEnableAdvancedGestures);
- CommandLine::ForCurrentProcess()->AppendSwitch(
- ::switches::kEnableBezelTouch);
test::AshTestBase::SetUp();
// Enable brightness key.
test::DisplayManagerTestApi(Shell::GetInstance()->display_manager()).