Chromium Code Reviews| 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..53b61c70126b5ac727b25fdef1d1b45c45569eb1 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 |
|
Rick Byers
2014/11/13 19:32:15
Please don't use the Samsung-specific feature name
lanwei
2014/12/01 15:25:19
Done.
|
| + public static final String ENABLE_TOUCH_HOVER = |
| + "enable-touch-hover"; |
| + |
| // Prevent instantiation. |
| private ContentSwitches() {} |
| } |