| 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 2aa9a5910cf052a88cc7b4cfb1dad67cde32b4d5..19a0f495fd3f424ac4c009324cc9d429482fd97e 100644
|
| --- a/components/policy/core/common/policy_map.h
|
| +++ b/components/policy/core/common/policy_map.h
|
| @@ -75,6 +75,9 @@ class POLICY_EXPORT PolicyMap {
|
| std::unique_ptr<ExternalDataFetcher> external_data_fetcher);
|
| void Set(const std::string& policy, Entry entry);
|
|
|
| + // For all policies, overwrite the PolicySource with |source|.
|
| + void SetSourceForAll(PolicySource source);
|
| +
|
| // Erase the given |policy|, if it exists in this map.
|
| void Erase(const std::string& policy);
|
|
|
|
|