Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1795)

Unified Diff: chrome/browser/policy/policy_loader_mac.h

Issue 58313002: Removed the PolicyDefinitionList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-policy-schema-10-use-registry
Patch Set: rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/policy/generate_policy_source_unittest.cc ('k') | chrome/browser/policy/policy_loader_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698