| 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 fc5cc565e9b1d7665ebf0777d8b81675e30265c6..0dfef7ec6c082605967a2d946cc085c884795d6d 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
|
| @@ -74,6 +74,9 @@ public abstract class ContentSwitches {
|
| // Enable content intent detection in the renderer
|
| public static final String ENABLE_CONTENT_INTENT_DETECTION = "enable-content-intent-detection";
|
|
|
| + // Enable new ViewRoot-based event forwarding.
|
| + public static final String ENABLE_VIEW_ROOT = "enable-view-root";
|
| +
|
| // Prevent instantiation.
|
| private ContentSwitches() {}
|
|
|
|
|