| 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..c4588f5bafb86f45fa29eee54a35973cb6db2391 100644
|
| --- a/components/policy/core/common/policy_types.h
|
| +++ b/components/policy/core/common/policy_types.h
|
| @@ -8,7 +8,9 @@
|
| namespace policy {
|
|
|
| // The scope of a policy flags whether it is meant to be applied to the current
|
| -// user or to the machine.
|
| +// user or to the machine. Note that this property pertains to the source of
|
| +// the policy and has no direct correspondence to the distinction between User
|
| +// Policy and Device Policy.
|
| enum PolicyScope {
|
| // USER policies apply to sessions of the current user.
|
| POLICY_SCOPE_USER,
|
|
|