| Index: content/public/common/content_switches.cc
|
| ===================================================================
|
| --- content/public/common/content_switches.cc (revision 108760)
|
| +++ content/public/common/content_switches.cc (working copy)
|
| @@ -253,6 +253,9 @@
|
| // SYN packet.
|
| const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
|
|
|
| +// Enable support for JavaScript touch events.
|
| +const char kEnableTouchEvents[] = "enable-touch-events";
|
| +
|
| // Enables support for fullscreen video. Current implementation is
|
| // incomplete and this flag is used for development and testing.
|
| const char kEnableVideoFullscreen[] = "enable-video-fullscreen";
|
|
|