| 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";
|
|
|