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

Unified Diff: chrome/browser/about_flags.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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ffe66a946d4e569298bc32a059cd67dead276686..8b179562c439a6450a13f9266d5d593290357f12 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1307,11 +1307,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(chromeos::switches::kEnableNewKoreanIme)
},
{
- "enable-new-md-input-view",
- IDS_FLAGS_ENABLE_NEW_MD_INPUT_VIEW_NAME,
- IDS_FLAGS_ENABLE_NEW_MD_INPUT_VIEW_DESCRIPTION,
+ "disable-new-md-input-view",
+ IDS_FLAGS_DISABLE_NEW_MD_INPUT_VIEW_NAME,
+ IDS_FLAGS_DISABLE_NEW_MD_INPUT_VIEW_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(chromeos::switches::kEnableNewMDInputView)
+ SINGLE_VALUE_TYPE(chromeos::switches::kDisableNewMDInputView)
},
{
"enable-physical-keyboard-autocorrect",

Powered by Google App Engine
This is Rietveld 408576698