| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 4fd9c8789c89a93b39600c531cbf2ecc07bef28d..5e889464abb8ea3c1f2539f2ba00e03969fc966e 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -851,9 +851,9 @@ const char kTestType[] = "test-type";
|
| const char kTouchAckTimeoutDelayMs[] = "touch-ack-timeout-delay-ms";
|
|
|
| const char kTouchScrollingMode[] = "touch-scrolling-mode";
|
| -const char kTouchScrollingModeTouchcancel[] = "touchcancel";
|
| +const char kTouchScrollingModeAsyncTouchmove[] = "async-touchmove";
|
| const char kTouchScrollingModeSyncTouchmove[] = "sync-touchmove";
|
| -const char kTouchScrollingModeAbsorbTouchmove[] = "absorb-touchmove";
|
| +const char kTouchScrollingModeTouchcancel[] = "touchcancel";
|
|
|
| // Causes TRACE_EVENT flags to be recorded beginning with shutdown. Optionally,
|
| // can specify the specific trace categories to include (e.g.
|
|
|