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

Unified Diff: ash/ash_switches.cc

Issue 2855143004: Implements a display scale tray setting behind a chrome switch (Closed)
Patch Set: nit Created 3 years, 7 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: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 0e75f12ae4295faf7b730d93f1f10a9673e68f39..c873dc4f8f38e62ce187ace8b0f5be8ad6dedb6a 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -58,6 +58,10 @@ const char kAshEnableTouchView[] = "enable-touchview";
// Enables mirrored screen.
const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
+// Enables display scale tray settings. This uses force-device-scale-factor flag
+// to modify the dsf of the device to any non discrete value.
+const char kAshEnableScaleSettingsTray[] = "ash-enable-scale-settings-tray";
+
// Disables a smoother animation for screen rotation.
const char kAshDisableSmoothScreenRotation[] =
"ash-disable-smooth-screen-rotation";

Powered by Google App Engine
This is Rietveld 408576698