| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 89e07050b860f9131f1ccd516a309425ac35d8b7..4c7ea09981a8112c2f4f9876c88e19e6fae955ce 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -116,8 +116,8 @@ const char kDisableDeviceDisabling[] = "disable-device-disabling";
|
| // chrome://settings/languages.
|
| const char kEnableNewKoreanIme[] = "enable-new-korean-ime";
|
|
|
| -// If this switch is set, the input view keyboard will be in materia design.
|
| -const char kEnableNewMDInputView[] = "enable-new-md-input-view";
|
| +// If this switch is set, the input view keyboard will disable materia design.
|
| +const char kDisableNewMDInputView[] = "disable-new-md-input-view";
|
|
|
| // If this switch is set, the options for suggestions as typing on physical
|
| // keyboard will be enabled.
|
|
|