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

Unified Diff: chromeos/chromeos_switches.cc

Issue 1022143003: Removes flag --enable-new-md-input-view and add a opposite flag: --disable-new-md-input-view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index ffb83b990e6b418eb8cdda76a61ea5a904cb812a..a2f1b8276d99dd5bb01650bdbda06874db31a99d 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.

Powered by Google App Engine
This is Rietveld 408576698