| Index: chrome/browser/chromeos/settings/cros_settings_names.cc
 | 
| diff --git a/chrome/browser/chromeos/settings/cros_settings_names.cc b/chrome/browser/chromeos/settings/cros_settings_names.cc
 | 
| index 507df9caa1249e53c5c2b39415ca72607c43b4b5..7d56bd8e3600b6e64926789df9c319beecb5c38d 100644
 | 
| --- a/chrome/browser/chromeos/settings/cros_settings_names.cc
 | 
| +++ b/chrome/browser/chromeos/settings/cros_settings_names.cc
 | 
| @@ -116,4 +116,7 @@ const char kKioskAutoLaunch[] = "cros.kiosk.auto_launch";
 | 
|  const char kKioskDisableBailoutShortcut[] =
 | 
|      "cros.kiosk.disable_bailout_shortcut";
 | 
|  
 | 
| +// A boolean pref that indicates whether attestation is enabled for the device.
 | 
| +const char kDeviceAttestationEnabled[] = "cros.device.attestation_enabled";
 | 
| +
 | 
|  }  // namespace chromeos
 | 
| 
 |