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

Unified Diff: ui/android/java/src/org/chromium/ui/display/DisplaySwitches.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
« no previous file with comments | « ui/android/java/src/org/chromium/ui/display/DisplayAndroid.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/src/org/chromium/ui/display/DisplaySwitches.java
diff --git a/ui/android/java/src/org/chromium/ui/display/DisplaySwitches.java b/ui/android/java/src/org/chromium/ui/display/DisplaySwitches.java
new file mode 100644
index 0000000000000000000000000000000000000000..c64bfaaf036408285e45cd40cb614522fb2d0bac
--- /dev/null
+++ b/ui/android/java/src/org/chromium/ui/display/DisplaySwitches.java
@@ -0,0 +1,16 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+package org.chromium.ui.display;
+
+/**
+ * Contains all of the command line switches that are specific to the display.
+ */
+public abstract class DisplaySwitches {
+ // Native switch - display_switches::kForceDeviceScaleFactor
+ public static final String FORCE_DEVICE_SCALE_FACTOR = "force-device-scale-factor";
+
+ // Prevent instantiation.
+ private DisplaySwitches() {}
+}
« no previous file with comments | « ui/android/java/src/org/chromium/ui/display/DisplayAndroid.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698