Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index 65d1b41e12886d3fc1a47dac696816151e6b41c5..59184b15ed131db96ba8cb1255a86fb50f82f759 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -782,6 +782,10 @@ const char kTestingFixedHttpsPort[] = "testing-fixed-https-port"; |
| // Runs the security test for the renderer sandbox. |
| const char kTestSandbox[] = "test-sandbox"; |
| +// Enables not sending touch events to renderer while scrolling. |
| +const char kNoTouchToRendererWhileScrolling[] = |
|
jam
2013/08/25 13:06:41
here too
|
| + "no-touch-to-renderer-while-scrolling"; |
| + |
| // 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 |