| 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 df2d854e6e888189cb2117579f36f19cdb793675..ad9adddd51ed676ae01d27b108e21381670f2954 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
|
| }
|
|
|