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

Unified Diff: chrome/browser/about_flags.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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ce427d395847b0cf979c498076b6ac94a195ec3f..53b18d09dba0318574159e765033549a3a8a8acb 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -697,6 +697,13 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableTouchEvents)
},
+ {
+ "enable-touch-radial-menu",
+ IDS_FLAGS_TOUCH_RADIAL_MENU_UI_NAME,
+ IDS_FLAGS_TOUCH_RADIAL_MENU_UI_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kEnableTouchRadialMenu)
+ },
#if defined(OS_CHROMEOS)
{
"no-discard-tabs",

Powered by Google App Engine
This is Rietveld 408576698