Index: chrome/browser/chromeos/extensions/input_method_api.cc |
diff --git a/chrome/browser/chromeos/extensions/input_method_api.cc b/chrome/browser/chromeos/extensions/input_method_api.cc |
index b2c2472d0d3e83e82e96b0d7096cff3a369af4f4..ba9c0f4ebba34a05f9ce1f243559d9b40ccaef0d 100644 |
--- a/chrome/browser/chromeos/extensions/input_method_api.cc |
+++ b/chrome/browser/chromeos/extensions/input_method_api.cc |
@@ -42,8 +42,8 @@ ExtensionFunction::ResponseAction GetInputMethodConfigFunction::Run() { |
!base::CommandLine::ForCurrentProcess()->HasSwitch( |
chromeos::switches::kDisableVoiceInput)); |
output->SetBoolean("isNewMDInputViewEnabled", |
- base::CommandLine::ForCurrentProcess()->HasSwitch( |
- chromeos::switches::kEnableNewMDInputView)); |
+ !base::CommandLine::ForCurrentProcess()->HasSwitch( |
+ chromeos::switches::kDisableNewMDInputView)); |
return RespondNow(OneArgument(output)); |
#endif |
} |