| Index: chrome/browser/policy/policy_bundle.h
|
| diff --git a/chrome/browser/policy/policy_bundle.h b/chrome/browser/policy/policy_bundle.h
|
| index c17ef993726a6dd0aded1dd8caa4a5679a5cda42..c2df8a94edb0500c8fbdf40aff6d6e8c846a3917 100644
|
| --- a/chrome/browser/policy/policy_bundle.h
|
| +++ b/chrome/browser/policy/policy_bundle.h
|
| @@ -49,6 +49,9 @@ class PolicyBundle {
|
| // See PolicyMap::MergeFrom for details on merging individual PolicyMaps.
|
| void MergeFrom(const PolicyBundle& other);
|
|
|
| + // Returns true if |other| has the same keys and value as |this|.
|
| + bool Equals(const PolicyBundle& other) const;
|
| +
|
| // Returns iterators to the beginning and end of the underlying container.
|
| // These can be used to iterate over and read the PolicyMaps, but not to
|
| // modify them.
|
|
|