Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index 95181d917b9cf0c279898596d794631fcbc8518b..8b4013db8f818d5331584dd17cb1661b29f10e56 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 { |
| @@ -62,6 +63,11 @@ extern const char kSupervisedUserSharedSettings[]; |
| extern const char kSupervisedUserWhitelists[]; |
| extern const char kURLsToRestoreOnStartup[]; |
| +#if BUILDFLAG(ENABLE_RLZ) |
| +// Integer. RLZ ping delay in seconds. |
|
grt (UTC plus 2)
2017/02/24 07:42:21
nit: remove comment for consistency with surroundi
gab
2017/02/28 19:54:45
Done.
|
| +extern const char kRlzPingDelay[]; |
| +#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 |