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

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

Issue 2300463002: Add observers for DIP scale change. (Closed)
Patch Set: An attempt to fix tests compilation Created 4 years, 3 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 ebd10c0b9eece4e3d326e5c89e6f08e01aeb03f5..139c67454a59741686705cece02fab6b164869f2 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
@@ -49,10 +49,6 @@ public abstract class ContentSwitches {
// Native switch - chrome_switches::kDisablePopupBlocking
public static final String DISABLE_POPUP_BLOCKING = "disable-popup-blocking";
- // Native switch - gfx_switches::kForceDeviceScaleFactor
- 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";

Powered by Google App Engine
This is Rietveld 408576698