Index: ui/native_theme/native_theme.cc |
diff --git a/ui/native_theme/native_theme.cc b/ui/native_theme/native_theme.cc |
index b36c91477392fdfade804e61067592e777ad05e2..21071189ed6be06fb8dbdf2417ed90609b44ad88 100644 |
--- a/ui/native_theme/native_theme.cc |
+++ b/ui/native_theme/native_theme.cc |
@@ -23,8 +23,8 @@ void NativeTheme::SetScrollbarColors(unsigned inactive_color, |
// static |
bool NativeTheme::IsNewMenuStyleEnabled() { |
static bool enable_new_menu_style = |
- CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableNewMenuStyle); |
+ !CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kDisableNewMenuStyle); |
return enable_new_menu_style; |
} |