| 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 15954ca9ca966e4ba32789c7282a6bed904dedc1..3460536ec99660d1cbeea8c26470a0068e0a56c9 100644
|
| --- a/chrome/browser/chromeos/extensions/input_method_api.cc
|
| +++ b/chrome/browser/chromeos/extensions/input_method_api.cc
|
| @@ -36,9 +36,9 @@ ExtensionFunction::ResponseAction GetInputMethodConfigFunction::Run() {
|
| "isPhysicalKeyboardAutocorrectEnabled",
|
| base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| chromeos::switches::kEnablePhysicalKeyboardAutocorrect));
|
| - output->SetBoolean("isNewQPInputViewEnabled",
|
| + output->SetBoolean("isNewMDInputViewEnabled",
|
| base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - chromeos::switches::kEnableNewQPInputView));
|
| + chromeos::switches::kEnableNewMDInputView));
|
| return RespondNow(OneArgument(output));
|
| #endif
|
| }
|
|
|