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

Unified Diff: chromeos/chromeos_switches.cc

Issue 1132333002: Enables new Korean IME by default for M44. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed the old hangul input methods from the google builds. Created 5 years, 7 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 | « chromeos/chromeos_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index cbe1f3a65b52c0a17ff150f78e3c96d3e9f4d266..33f70c468364a65eff16682691ff8841b9090008 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -111,9 +111,9 @@ const char kEnableConsumerManagement[] = "enable-consumer-management";
// If this switch is set, the device cannot be remotely disabled by its owner.
const char kDisableDeviceDisabling[] = "disable-device-disabling";
-// If this switch is set, the new Korean IME will be available in
+// If this switch is set, the new Korean IME will not be available in
// chrome://settings/languages.
-const char kEnableNewKoreanIme[] = "enable-new-korean-ime";
+const char kDisableNewKoreanIme[] = "disable-new-korean-ime";
// Disables mtp write support.
const char kDisableMtpWriteSupport[] = "disable-mtp-write-support";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698