| 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 b87989240ea08c00a996c0ec49babb398d4dae5a..e863bfa7c8423d5b4906e5556f712dfc339eae55 100644
|
| --- a/chrome/browser/policy/policy_loader_mac.h
|
| +++ b/chrome/browser/policy/policy_loader_mac.h
|
| @@ -27,14 +27,12 @@ namespace policy {
|
| class PolicyBundle;
|
| 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();
|
| @@ -67,9 +65,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
|
|
|