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..0eb7839f6e3f4d5fdd8d0b05d7c5b19df1873201 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|. |
bool has_higher_priority_than(const Entry& other) const; |
// Returns true if |this| equals |other|. |