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

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: 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 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

Powered by Google App Engine
This is Rietveld 408576698