| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 03a07aae8435d0d9bd473ae62c3c9767c100dc19..9082a8d7690fc63f04bcb975d5a2b80a58f2f6f8 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -14,6 +14,7 @@
|
| #include "extensions/features/features.h"
|
| #include "media/media_features.h"
|
| #include "ppapi/features/features.h"
|
| +#include "rlz/features/features.h"
|
|
|
| namespace prefs {
|
|
|
| @@ -61,6 +62,10 @@ extern const char kSupervisedUserSharedSettings[];
|
| extern const char kSupervisedUserWhitelists[];
|
| extern const char kURLsToRestoreOnStartup[];
|
|
|
| +#if BUILDFLAG(ENABLE_RLZ)
|
| +extern const char kRlzPingDelaySeconds[];
|
| +#endif // BUILDFLAG(ENABLE_RLZ)
|
| +
|
| // For OS_CHROMEOS we maintain the kApplicationLocale property in both local
|
| // state and the user's profile. The global property determines the locale of
|
| // the login screen, while the user's profile determines their personal locale
|
|
|