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

Unified Diff: ui/base/ui_base_switches.cc

Issue 10823025: Adding new maximize menu according to spec (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed merging issues Created 8 years, 5 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: 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";

Powered by Google App Engine
This is Rietveld 408576698