Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java

Issue 687323002: Experiment with emulating mouse hover with touch hover capable devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}
}

Powered by Google App Engine
This is Rietveld 408576698