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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2118953002: Add Per-Monitor DPI Switches for Windows 10 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@framefix
Patch Set: Created 4 years, 6 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
« chrome/common/chrome_switches.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 3584407122684d6b472048e9505da04e571f83e6..848037a8647b5cd93b8f0849696b43d25238b439 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1247,6 +1247,14 @@ const char kWatcherProcess[] = "watcher";
// Indicates that chrome was launched to service a search request in Windows 8.
const char kWindows8Search[] = "windows8-search";
+
+// Disables per monitor DPI for supported Windows versions.
+// This flag overrides kEnablePerMonitorDpi.
+const char kDisablePerMonitorDpi[] = "disable-per-monitor-dpi";
+
+// Enables per monitor DPI for supported Windows versions.
+const char kEnablePerMonitorDpi[] = "enable-per-monitor-dpi";
+
#endif // defined(OS_WIN)
#if defined(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD)
« chrome/common/chrome_switches.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698