| 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 936cc1f680a7094e1502dd7cd55f472734d368bd..e6f7b478c621e4862887d54fc1a355e0740ba60f 100644
|
| --- a/components/policy/core/common/policy_map.h
|
| +++ b/components/policy/core/common/policy_map.h
|
| @@ -34,6 +34,9 @@ class POLICY_EXPORT PolicyMap {
|
| value(NULL),
|
| external_data_fetcher(NULL) {}
|
|
|
| + // Returns a copy of |this|.
|
| + scoped_ptr<Entry> DeepCopy() const;
|
| +
|
| // Returns true if |this| has higher priority than |other|.
|
| bool has_higher_priority_than(const Entry& other) const;
|
|
|
|
|