| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index cf0b4db5a53c025133ba23235bde963e1cc98fc8..53b553e20d7dc975d4595c61839145418c90ebb8 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -737,12 +737,6 @@ const char kDisableCarbonInterposing[] = "disable-carbon-interposing";
|
| const char kDisableSoftwareRasterizer[] = "disable-software-rasterizer";
|
|
|
| #if defined(USE_AURA)
|
| -// Configures the time after a GestureFlingCancel in which taps are cancelled.
|
| -extern const char kFlingTapSuppressMaxDown[] = "fling-tap-suppress-max-down";
|
| -
|
| -// Maximum time between mousedown and mouseup to be considered a tap.
|
| -extern const char kFlingTapSuppressMaxGap[] = "fling-tap-suppress-max-gap";
|
| -
|
| // Forces usage of the test compositor. Needed to run ui tests on bots.
|
| extern const char kTestCompositor[] = "test-compositor";
|
| #endif
|
|
|