diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 08:28:21 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 08:28:21 +0000 |
commit | 172b2420839109b23584a09f8d8e34f022a9f32a (patch) | |
tree | e7166756594f2e4d2375cde0fc7e20bff67ae957 /content/public | |
parent | 0a6d5f653ade694a78328b7949672eceaa2daa01 (diff) | |
download | chromium_src-172b2420839109b23584a09f8d8e34f022a9f32a.zip chromium_src-172b2420839109b23584a09f8d8e34f022a9f32a.tar.gz chromium_src-172b2420839109b23584a09f8d8e34f022a9f32a.tar.bz2 |
Revert 109594 - Forward Windows touch messages to the renderer
Review URL: http://codereview.chromium.org/8341125
TBR=jschuh@chromium.org
Review URL: http://codereview.chromium.org/8537005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public')
-rw-r--r-- | content/public/common/content_switches.cc | 3 | ||||
-rw-r--r-- | content/public/common/content_switches.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc index 8db4315..8d9cf93 100644 --- a/content/public/common/content_switches.cc +++ b/content/public/common/content_switches.cc @@ -253,9 +253,6 @@ const char kEnableThreadedCompositing[] = "enable-threaded-compositing"; // 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"; diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h index 14c677a..e8a05c9 100644 --- a/content/public/common/content_switches.h +++ b/content/public/common/content_switches.h @@ -87,7 +87,6 @@ CONTENT_EXPORT extern const char kEnableStatsTable[]; extern const char kEnableStrictSiteIsolation[]; CONTENT_EXPORT extern const char kEnableThreadedCompositing[]; CONTENT_EXPORT extern const char kEnableTcpFastOpen[]; -CONTENT_EXPORT extern const char kEnableTouchEvents[]; extern const char kEnableVideoFullscreen[]; extern const char kEnableVideoLogging[]; CONTENT_EXPORT extern const char kEnableVideoTrack[]; |