| Index: components/policy/core/common/policy_types.h
|
| diff --git a/components/policy/core/common/policy_types.h b/components/policy/core/common/policy_types.h
|
| index 93b1de1a9218d69ae7c69c7dfdce323c143f53e8..1ba836d8f281d17b259cc4a523f09ace6637455d 100644
|
| --- a/components/policy/core/common/policy_types.h
|
| +++ b/components/policy/core/common/policy_types.h
|
| @@ -26,6 +26,9 @@ enum PolicyLevel {
|
|
|
| // MANDATORY policies must be enforced and users can't circumvent them.
|
| POLICY_LEVEL_MANDATORY,
|
| +
|
| + // Number of policies. Has to be the last element.
|
| + POLICY_LEVEL_COUNT
|
| };
|
|
|
| // The source of a policy indicates where its value is originating from. The
|
|
|