| Index: chromeos/settings/cros_settings_names.cc
|
| diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
|
| index f6de5ca1878d95949aa814107940d3f826c0e094..74de3c4231fad662c99ea3c8b81da0fea8da4d0d 100644
|
| --- a/chromeos/settings/cros_settings_names.cc
|
| +++ b/chromeos/settings/cros_settings_names.cc
|
| @@ -183,4 +183,8 @@ const char kExtensionCacheSize[] = "cros.device.extension_cache_size";
|
| // 3 = 270 degrees clockwise rotation
|
| const char kDisplayRotationDefault[] = "cros.display_rotation_default";
|
|
|
| +// A boolean pref to enable any pings or requests to the Quirks Server.
|
| +const char kDeviceQuirksDownloadEnabled[] =
|
| + "cros.device.quirks_download_enabled";
|
| +
|
| } // namespace chromeos
|
|
|