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

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: Created 5 years, 2 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 63237e4aea2975bc22719a87d916e9114f398cb4..1fb9569f3eb511f2bb43b756abeb7add2d768b89 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2089,6 +2089,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)
#if defined(ENABLE_BACKGROUND)
{"enable-push-api-background-mode",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698