| 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 ed9cfacd36a4c908891f84397f23108b6c65cb78..aa3a6310fe1f235c16412300c305b7bc624158c0 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,10 @@ public abstract class ContentSwitches {
|
| public static final String FORCE_DEVICE_SCALE_FACTOR =
|
| "force-device-scale-factor";
|
|
|
| + // Enable Finger Air View by holding your finger just over the screen
|
| + public static final String ENABLE_SUPPORT_HOVER_CAPABLE_TOUCHSCREENS =
|
| + "enable-support-for-hover-capable-touchscreens";
|
| +
|
| // Prevent instantiation.
|
| private ContentSwitches() {}
|
| }
|
|
|