Chromium Code Reviews| Index: components/policy/core/common/policy_map.h |
| diff --git a/components/policy/core/common/policy_map.h b/components/policy/core/common/policy_map.h |
| index 19a0f495fd3f424ac4c009324cc9d429482fd97e..cbc21dac2671fb5e4450ff0c10b57a4136ef7e9f 100644 |
| --- a/components/policy/core/common/policy_map.h |
| +++ b/components/policy/core/common/policy_map.h |
| @@ -44,7 +44,8 @@ class POLICY_EXPORT PolicyMap { |
| // Returns a copy of |this|. |
| Entry DeepCopy() const; |
| - // Returns true if |this| has higher priority than |other|. |
| + // Returns true if |this| has higher priority than |other|. The priority of |
| + // the fields are level > scope > source. |
|
Thiemo Nagel
2017/01/23 13:32:51
Nit: |level| > |scope| > |source|
Marton Hunyady
2017/01/23 13:36:17
Done.
|
| bool has_higher_priority_than(const Entry& other) const; |
| // Returns true if |this| equals |other|. |