| Index: components/policy/core/common/policy_pref_names.cc
|
| diff --git a/components/policy/core/common/policy_pref_names.cc b/components/policy/core/common/policy_pref_names.cc
|
| index ca86fcd08709a5987009deebd9de9d7588c7edab..4dda07a83efa1fe96e996e73fa5b1013e624bf1e 100644
|
| --- a/components/policy/core/common/policy_pref_names.cc
|
| +++ b/components/policy/core/common/policy_pref_names.cc
|
| @@ -5,11 +5,16 @@
|
| #include "components/policy/core/common/policy_pref_names.h"
|
|
|
| namespace policy {
|
| -namespace prefs {
|
| +namespace policy_prefs {
|
|
|
| // 64-bit serialization of the time last policy usage statistics were collected
|
| // by UMA_HISTOGRAM_ENUMERATION.
|
| const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update";
|
|
|
| -} // namespace prefs
|
| +// Integer that specifies the policy refresh rate for user-policy in
|
| +// milliseconds. Not all values are meaningful, so it is clamped to a sane range
|
| +// by the cloud policy subsystem.
|
| +const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate";
|
| +
|
| +} // namespace policy_prefs
|
| } // namespace policy
|
|
|