| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 3584407122684d6b472048e9505da04e571f83e6..38d8bed889b0db8738cfccc184e0ef489eef41e8 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1206,9 +1206,16 @@ const char kRelauncherProcessDMGDevice[] = "dmg-device";
|
| #endif // defined(OS_MACOSX)
|
|
|
| #if defined(OS_WIN)
|
| +// Disables per monitor DPI for supported Windows versions.
|
| +// This flag overrides kEnablePerMonitorDpi.
|
| +const char kDisablePerMonitorDpi[] = "disable-per-monitor-dpi";
|
| +
|
| // Fallback to XPS. By default connector uses CDD.
|
| const char kEnableCloudPrintXps[] = "enable-cloud-print-xps";
|
|
|
| +// Enables per monitor DPI for supported Windows versions.
|
| +const char kEnablePerMonitorDpi[] = "enable-per-monitor-dpi";
|
| +
|
| // Force-enables the profile shortcut manager. This is needed for tests since
|
| // they use a custom-user-data-dir which disables this.
|
| const char kEnableProfileShortcutManager[] = "enable-profile-shortcut-manager";
|
|
|