| Index: components/policy/core/common/cloud/enterprise_metrics.h
|
| diff --git a/components/policy/core/common/cloud/enterprise_metrics.h b/components/policy/core/common/cloud/enterprise_metrics.h
|
| index 27ad36d85d669ddd8899e4718127bbfd1b79b915..5892d28eafe31232583961579755ff0dfca2ff53 100644
|
| --- a/components/policy/core/common/cloud/enterprise_metrics.h
|
| +++ b/components/policy/core/common/cloud/enterprise_metrics.h
|
| @@ -239,8 +239,10 @@ POLICY_EXPORT extern const char kMetricToken[];
|
| POLICY_EXPORT extern const char kMetricPolicy[];
|
| POLICY_EXPORT extern const char kMetricEnrollment[];
|
| POLICY_EXPORT extern const char kMetricEnrollmentRecovery[];
|
| -POLICY_EXPORT extern const char kMetricPolicyRefresh[];
|
| -POLICY_EXPORT extern const char kMetricPolicyInvalidations[];
|
| +POLICY_EXPORT extern const char kMetricUserPolicyRefresh[];
|
| +POLICY_EXPORT extern const char kMetricUserPolicyInvalidations[];
|
| +POLICY_EXPORT extern const char kMetricDevicePolicyRefresh[];
|
| +POLICY_EXPORT extern const char kMetricDevicePolicyInvalidations[];
|
|
|
| } // namespace policy
|
|
|
|
|