| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 24f0495d1615892beeadc033c97cd43bb7721327..ebdb5b7b80d5183d0203b0c6be032fcc00936282 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -714,6 +714,9 @@ const char kTestSandbox[] = "test-sandbox";
|
| const char kTestingFixedHttpPort[] = "testing-fixed-http-port";
|
| const char kTestingFixedHttpsPort[] = "testing-fixed-https-port";
|
|
|
| +// Enables sending touch cancel to renderer on scrolling.
|
| +const char kTouchCancelOnScroll[] = "touch-cancel-on-scroll";
|
| +
|
| // Causes TRACE_EVENT flags to be recorded from startup. Optionally, can
|
| // specify the specific trace categories to include (e.g.
|
| // --trace-startup=base,net) otherwise, all events are recorded. Setting this
|
|
|