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

Unified Diff: base/base_switches.h

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: addressed yukawa@'s comments. 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
« no previous file with comments | « no previous file | base/base_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_switches.h
diff --git a/base/base_switches.h b/base/base_switches.h
index bbd590bad05da7d213932ba5ff7b5c1da59999d5..d0e7a32d1fae9ca556ff24fd7376ac90f42abdf0 100644
--- a/base/base_switches.h
+++ b/base/base_switches.h
@@ -28,7 +28,9 @@ extern const char kVModule[];
extern const char kWaitForDebugger[];
#if defined(OS_WIN)
+extern const char kDisableMergeKeyCharEvents[];
Nico 2015/08/19 21:29:31 These flags aren't read from base/ so they shouldn
Shu Chen 2015/08/20 00:54:27 Is there a common switches header file that can be
Nico 2015/08/20 02:51:57 https://code.google.com/p/chromium/codesearch#sear
Shu Chen 2015/08/20 02:59:59 Done. Thank you!
extern const char kDisableUsbKeyboardDetect[];
+extern const char kEnableMergeKeyCharEvents[];
#endif
#if defined(OS_POSIX)
« no previous file with comments | « no previous file | base/base_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698