Index: ui/base/ui_base_switches.cc |
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc |
index 92c2be924b8ce5234ad552ea04e9e75e38e6f300..b01c9f2d3d484a0bd2ac154798673e6f4132320f 100644 |
--- a/ui/base/ui_base_switches.cc |
+++ b/ui/base/ui_base_switches.cc |
@@ -21,6 +21,9 @@ const char kEnableTouchCalibration[] = "enable-touch-calibration"; |
// Enable support for touch events. |
const char kEnableTouchEvents[] = "enable-touch-events"; |
+// Enable support for radial touch menus. |
+const char kEnableTouchRadialMenu[] = "enable-touch-radial-menu"; |
+ |
// Enables the Views textfield on Windows. |
const char kEnableViewsTextfield[] = "enable-views-textfield"; |