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

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

Issue 2414173002: Moved FORCE_DEVICE_SCALE_FACTOR to DisplayAndroid (Closed)
Patch Set: Added log in case of invalid input Created 4 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 941c5f6db8ca36932e0b20b4e32fcea2aae49110..58aa89b565093716be9b19f6f3663b45ae63d4ac 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
@@ -45,10 +45,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";
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/RenderCoordinates.java ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698