| Index: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| index 528f6df8318b3a7328f4be9e0a66011eb485002b..a356d089e7e81271d1fdbaada1ab4b644407518c 100644
|
| --- a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| +++ b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
|
| @@ -78,9 +78,6 @@ public abstract class ContentSwitches {
|
| public static final String USE_FAKE_DEVICE_FOR_MEDIA_STREAM =
|
| "use-fake-device-for-media-stream";
|
|
|
| - // Disable motion event batching through View.requestUnbufferedDispatch().
|
| - public static final String REQUEST_UNBUFFERED_DISPATCH = "request-unbuffered-dispatch";
|
| -
|
| // Prevent instantiation.
|
| private ContentSwitches() {}
|
|
|
|
|