Index: chrome/browser/policy/policy_loader_mac.h |
diff --git a/chrome/browser/policy/policy_loader_mac.h b/chrome/browser/policy/policy_loader_mac.h |
index 90a7b2b01081c1881a27160d39db43a966305ab6..76f54ea319d12e457ac535eb1ec35a64d28138ff 100644 |
--- a/chrome/browser/policy/policy_loader_mac.h |
+++ b/chrome/browser/policy/policy_loader_mac.h |
@@ -25,14 +25,12 @@ namespace policy { |
class PolicyMap; |
class Schema; |
-struct PolicyDefinitionList; |
// A policy loader that loads policies from the Mac preferences system, and |
// watches the managed preferences files for updates. |
class PolicyLoaderMac : public AsyncPolicyLoader { |
public: |
PolicyLoaderMac(scoped_refptr<base::SequencedTaskRunner> task_runner, |
- const PolicyDefinitionList* policy_list, |
const base::FilePath& managed_policy_path, |
MacPreferences* preferences); |
virtual ~PolicyLoaderMac(); |
@@ -65,9 +63,6 @@ class PolicyLoaderMac : public AsyncPolicyLoader { |
const Schema& schema, |
PolicyMap* policy); |
- // List of recognized policies. |
- const PolicyDefinitionList* policy_list_; |
- |
scoped_ptr<MacPreferences> preferences_; |
// Path to the managed preferences file for the current user, if it could |