| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 2c1ce3dc7bd9a0deb5f2ad4efc52450fdf644d4b..75d824d19cbc6fa064756a020496d7cc8e5c91f8 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -108,6 +108,9 @@ const char kEafePath[] = "eafe-path";
|
| // locate the device.
|
| const char kEnableConsumerManagement[] = "enable-consumer-management";
|
|
|
| +// Enable Quirks Client for handling display calibration information.
|
| +const char kEnableDisplayQuirksClient[] = "enable-display-quirks-client";
|
| +
|
| // If this switch is set, the device cannot be remotely disabled by its owner.
|
| const char kDisableDeviceDisabling[] = "disable-device-disabling";
|
|
|
|
|