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

Unified Diff: chromeos/chromeos_switches.cc

Issue 1528963002: Quirks Client for downloading and providing display profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: 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";

Powered by Google App Engine
This is Rietveld 408576698