| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 64524ee2c764dcc16da66cf39b1158a6d044d42c..adb3758488e842d87c8b24e540c19cb05b29a2f7 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1381,6 +1381,9 @@ const char kWebSocketLiveExperimentHost[] = "websocket-live-experiment-host";
|
| #endif
|
|
|
| #if defined(HAVE_XINPUT2)
|
| +// Tells chrome to interpret events from these devices as touch events. Only
|
| +// available with XInput 2 (i.e. X server 1.8 or above). The id's of the devices
|
| +// can be retrieved from 'xinput list'.
|
| const char kTouchDevices[] = "touch-devices";
|
| #endif
|
|
|
|
|