| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 2e466cbf0d2d6ec7a86a9feff83f2967c2d4a890..824affffa0ba41b0e4d6ec2f67e0ae5e56581aca 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -886,6 +886,11 @@ extern const char kAppListLaunchCount[];
|
| extern const char kLastAppListAppLaunchPing[];
|
| extern const char kAppListAppLaunchCount[];
|
|
|
| +#if defined(OS_CHROMEOS)
|
| +extern const char kAttestationEnabled[];
|
| +extern const char kAttestationExtensionWhitelist[];
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|
| #endif // CHROME_COMMON_PREF_NAMES_H_
|
|
|