| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index c04e9e19e93ae226d271171b1039d313bbe4e4b3..0215392620fe638a58cdf72f29e50525ad5f1786 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -40,10 +40,6 @@ const char kDisableEnterpriseUserReporting[] =
|
| // Disable Genius App and use the original Help App instead.
|
| const char kDisableGeniusApp[] = "disable-genius-app";
|
|
|
| -// Disable to show the indicator about the IME (input method editor) mode
|
| -// on Chrome OS.
|
| -const char kDisableIMEModeIndicator[] = "disable-ime-mode-indicator";
|
| -
|
| // Disable policy-configured local accounts.
|
| const char kDisableLocalAccounts[] = "disable-local-accounts";
|
|
|
|
|