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

Unified Diff: ui/base/ui_base_switches.cc

Issue 11775007: Changed enable-new-menu-style flag to be on by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | ui/native_theme/native_theme.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base_switches.cc
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
index bcc24797969cdda3a49b76cc21d867eeea35f0bc..e647ac3ab0513aaa42de4735d5de088d469c4f75 100644
--- a/ui/base/ui_base_switches.cc
+++ b/ui/base/ui_base_switches.cc
@@ -6,6 +6,9 @@
namespace switches {
+// Disables new menu UI.
+const char kDisableNewMenuStyle[] = "disable-new-menu-style";
+
// Disable touch adjustment.
const char kDisableTouchAdjustment[] = "disable-touch-adjustment";
@@ -15,9 +18,6 @@ const char kEnableBezelTouch[] = "enable-bezel-touch";
// Enables the new dialog style wherever it is available.
const char kEnableNewDialogStyle[] = "enable-new-dialog-style";
-// Enables new menu UI.
-const char kEnableNewMenuStyle[] = "enable-new-menu-style";
-
const char kEnableTouchDragDrop[] = "enable-touch-drag-drop";
// Enables the Views textfield on Windows.
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | ui/native_theme/native_theme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698