summaryrefslogtreecommitdiff
path: root/chromium/base/base_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/base_switches.cc')
-rw-r--r--chromium/base/base_switches.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/base/base_switches.cc b/chromium/base/base_switches.cc
index 30765405de1..7f3be7f516c 100644
--- a/chromium/base/base_switches.cc
+++ b/chromium/base/base_switches.cc
@@ -67,6 +67,11 @@ const char kProfilerTiming[] = "profiler-timing";
// chrome://profiler.
const char kProfilerTimingDisabledValue[] = "0";
+#if defined(OS_WIN)
+// Disables the USB keyboard detection for blocking the OSK on Win8+.
+const char kDisableUsbKeyboardDetect[] = "disable-usb-keyboard-detect";
+#endif
+
#if defined(OS_POSIX)
// Used for turning on Breakpad crash reporting in a debug environment where
// crash reporting is typically compiled but disabled.