| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 254cdb91ef98bf7cd0ad42a4b9c068a641f81993..007f6decf2d226774f12fbae166f7f1c50ff696f 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -186,6 +186,11 @@ const char kSupervisedUserSharedSettings[] = "profile.managed.shared_settings";
|
| // (currently the name).
|
| const char kSupervisedUserWhitelists[] = "profile.managed.whitelists";
|
|
|
| +#if BUILDFLAG(ENABLE_RLZ)
|
| +// Integer. RLZ ping delay in seconds.
|
| +const char kRlzPingDelaySeconds[] = "rlz_ping_delay";
|
| +#endif // BUILDFLAG(ENABLE_RLZ)
|
| +
|
| // The application locale.
|
| // For OS_CHROMEOS we maintain the kApplicationLocale property in both local
|
| // state and the user's profile. The global property determines the locale of
|
|
|