From cc38f97853d14feb180e74f4c765a8130c6ab636 Mon Sep 17 00:00:00 2001 From: "rharrison@chromium.org" Date: Thu, 13 Jun 2013 20:27:13 +0000 Subject: 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 --- ui/base/ui_base_switches.cc | 3 --- ui/base/ui_base_switches.h | 1 - 2 files changed, 4 deletions(-) (limited to 'ui') diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc index 51a9546..de90251 100644 --- a/ui/base/ui_base_switches.cc +++ b/ui/base/ui_base_switches.cc @@ -24,9 +24,6 @@ const char kDisableTouchEditing[] = "disable-touch-editing"; // Disables the Views textfield on Windows. const char kDisableViewsTextfield[] = "disable-views-textfield"; -// Enables support for bezel touch. -const char kEnableBezelTouch[] = "enable-bezel-touch"; - // Enables the new visual style for application dialogs and controls. const char kEnableNewDialogStyle[] = "enable-new-dialog-style"; diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h index dfaed583..78fa394 100644 --- a/ui/base/ui_base_switches.h +++ b/ui/base/ui_base_switches.h @@ -18,7 +18,6 @@ UI_EXPORT extern const char kDisableTouchAdjustment[]; UI_EXPORT extern const char kDisableTouchDragDrop[]; UI_EXPORT extern const char kDisableTouchEditing[]; UI_EXPORT extern const char kDisableViewsTextfield[]; -UI_EXPORT extern const char kEnableBezelTouch[]; UI_EXPORT extern const char kEnableNewDialogStyle[]; UI_EXPORT extern const char kEnableTouchDragDrop[]; UI_EXPORT extern const char kEnableTouchEditing[]; -- cgit v1.1