diff options
Diffstat (limited to 'chrome/browser/policy')
-rw-r--r-- | chrome/browser/policy/configuration_policy_pref_store.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/policy/configuration_policy_pref_store.cc b/chrome/browser/policy/configuration_policy_pref_store.cc index f4876f0..23e6510 100644 --- a/chrome/browser/policy/configuration_policy_pref_store.cc +++ b/chrome/browser/policy/configuration_policy_pref_store.cc @@ -70,8 +70,6 @@ class ConfigurationPolicyPrefKeeper const char* preference_path; // A DictionaryValue path, not a file path. }; - typedef std::set<const char*> ProxyPreferenceSet; - // Returns the map entry that corresponds to |policy| in the map. const PolicyToPreferenceMapEntry* FindPolicyInMap( ConfigurationPolicyType policy, |