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

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: rebase Created 6 years 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 5145b4f709d8ddea13f45549816bd53b71795a9b..eb4046fd266ffc6f2468922aeb88a32a614ec00e 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
@@ -70,6 +70,9 @@ public abstract class ContentSwitches {
public static final String FORCE_DEVICE_SCALE_FACTOR =
"force-device-scale-factor";
+ // Enable mouse hover emulation by holding your finger just over the screen.
+ public static final String ENABLE_TOUCH_HOVER = "enable-touch-hover";
+
// Prevent instantiation.
private ContentSwitches() {}
}

Powered by Google App Engine
This is Rietveld 408576698