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 a3320511f7a8ba88a1b27dfd3848c1396fb69cd3..a6d87af32be3c0f0491e89488360d2525eb29e25 100644 |
--- a/chrome/browser/chromeos/extensions/input_method_api.cc |
+++ b/chrome/browser/chromeos/extensions/input_method_api.cc |
@@ -39,9 +39,9 @@ ExtensionFunction::ResponseAction GetInputMethodConfigFunction::Run() { |
output->SetBoolean("isVoiceInputEnabled", |
!base::CommandLine::ForCurrentProcess()->HasSwitch( |
chromeos::switches::kDisableVoiceInput)); |
- output->SetBoolean("isNewQPInputViewEnabled", |
+ output->SetBoolean("isNewMDInputViewEnabled", |
base::CommandLine::ForCurrentProcess()->HasSwitch( |
- chromeos::switches::kEnableNewQPInputView)); |
+ chromeos::switches::kEnableNewMDInputView)); |
return RespondNow(OneArgument(output)); |
#endif |
} |