Index: chromeos/settings/cros_settings_names.cc |
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc |
index cce908b5db7a78f2897edce242b00dd737addee3..2b670b55c8c008a2770bbc52d7f234c861575f27 100644 |
--- a/chromeos/settings/cros_settings_names.cc |
+++ b/chromeos/settings/cros_settings_names.cc |
@@ -191,4 +191,8 @@ const char kDisplayRotationDefault[] = "cros.display_rotation_default"; |
const char kLoginAuthenticationBehavior[] = |
"cros.device.login_authentication_behavior"; |
+// A boolean pref to enable any pings or requests to the Quirks Server. |
Thiemo Nagel
2016/03/23 14:53:24
"any pings or requests" seems a bit broad. Are th
Greg Levin
2016/03/24 23:21:40
Potentially. At some point we might query the ser
|
+const char kDeviceQuirksDownloadEnabled[] = |
+ "cros.device.quirks_download_enabled"; |
+ |
} // namespace chromeos |