Index: components/policy/core/browser/configuration_policy_pref_store.h |
diff --git a/components/policy/core/browser/configuration_policy_pref_store.h b/components/policy/core/browser/configuration_policy_pref_store.h |
index 87e1992aa695f73e994d5dd363d60f86666d9938..3d1ef9a2579d467e30861525ee9be2f40003ee70 100644 |
--- a/components/policy/core/browser/configuration_policy_pref_store.h |
+++ b/components/policy/core/browser/configuration_policy_pref_store.h |
@@ -44,7 +44,6 @@ |
bool IsInitializationComplete() const override; |
bool GetValue(const std::string& key, |
const base::Value** result) const override; |
- std::unique_ptr<base::DictionaryValue> GetValues() const override; |
// PolicyService::Observer methods: |
void OnPolicyUpdated(const PolicyNamespace& ns, |