| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 09c3d5c031f811d77b55023c07d0df6619b68be4..c1e7c5d7070e77b6a74711625cc14fd2cdbe6894 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -650,10 +650,6 @@ const char kNoReferrers[] = "no-referrers";
|
| // Disables the sandbox for all process types that are normally sandboxed.
|
| const char kNoSandbox[] = "no-sandbox";
|
|
|
| -// Enables not sending touch events to renderer while scrolling.
|
| -const char kNoTouchToRendererWhileScrolling[] =
|
| - "no-touch-to-renderer-while-scrolling";
|
| -
|
| // Enables or disables history navigation in response to horizontal overscroll.
|
| // Set the value to '1' to enable the feature, and set to '0' to disable.
|
| // Defaults to enabled.
|
|
|