Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5961)

Unified Diff: chrome/browser/chromeos/extensions/input_method_api.cc

Issue 863093006: Renames enable-new-qp-input-view to enable-new-md-input-view. Because QP is a internal code name, w… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/common/extensions/api/input_method_private.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/common/extensions/api/input_method_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698