| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index cbb3abe38e5e6f6a73c3d42f2a9484029dd1e8c4..a54ea188f5e6e0f8aeb04d8a4394bc8897dc2236 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -880,6 +880,11 @@ extern const char kRLZDisabled[];
|
|
|
| extern const char kAppListProfile[];
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +extern const char kAttestationEnabled[];
|
| +extern const char kAttestationExtensionWhitelist[];
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|
| #endif // CHROME_COMMON_PREF_NAMES_H_
|
|
|