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

Unified Diff: chrome/browser/about_flags.cc

Issue 1267483003: Combine the WM_CHAR with WM_KEY* for key event flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: turn off the flag by default. Created 5 years, 4 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 07f2faaf50fad41d2ff93a75cf81fa80f2589d6c..8f9a9ea1dba9d20287f61f4fe72b398a1d0074a2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2126,6 +2126,12 @@ const Experiment kExperiments[] = {
IDS_FLAGS_TRACE_EXPORT_EVENTS_TO_ETW_DESRIPTION,
kOsWin,
SINGLE_VALUE_TYPE(switches::kTraceExportEventsToETW)},
+ {"merge-key-char-events",
+ IDS_FLAGS_MERGE_KEY_CHAR_EVENTS_NAME,
+ IDS_FLAGS_MERGE_KEY_CHAR_EVENTS_DESCRIPTION,
+ kOsWin,
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableMergeKeyCharEvents,
+ switches::kDisableMergeKeyCharEvents)},
#endif // defined(OS_WIN)
// NOTE: Adding new command-line switches requires adding corresponding
// entries to enum "LoginCustomFlags" in histograms.xml. See note in

Powered by Google App Engine
This is Rietveld 408576698