| Index: ui/display/display_switches.cc
|
| diff --git a/ui/display/display_switches.cc b/ui/display/display_switches.cc
|
| index 37988015cb98787c5f489e3483e032527ffc9266..53e7aaf4f156709fbc2bdb95263cdb860ffbf9cb 100644
|
| --- a/ui/display/display_switches.cc
|
| +++ b/ui/display/display_switches.cc
|
| @@ -10,6 +10,12 @@ namespace switches {
|
| // Overrides the device scale factor for the browser UI and the contents.
|
| const char kForceDeviceScaleFactor[] = "force-device-scale-factor";
|
|
|
| +// Specifies the layout mode and offsets for the secondary display for
|
| +// testing. The format is "<t|r|b|l>,<offset>" where t=TOP, r=RIGHT,
|
| +// b=BOTTOM and L=LEFT. For example, 'r,-100' means the secondary display
|
| +// is positioned on the right with -100 offset. (above than primary)
|
| +const char kSecondaryDisplayLayout[] = "secondary-display-layout";
|
| +
|
| #if defined(OS_CHROMEOS)
|
| const char kDisableDisplayColorCalibration[] =
|
| "disable-display-color-calibration";
|
|
|