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

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

Issue 8258018: Generate Chrome policy definition list from policy_templates.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the unittest fix Created 9 years, 2 months 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/configuration_policy_pref_store.h
diff --git a/chrome/browser/policy/configuration_policy_pref_store.h b/chrome/browser/policy/configuration_policy_pref_store.h
index fca8ad6662b34823e994e1c922bd0981666dd428..4b570b2fef2d039b99e12f5efb277a253e6ac5e5 100644
--- a/chrome/browser/policy/configuration_policy_pref_store.h
+++ b/chrome/browser/policy/configuration_policy_pref_store.h
@@ -71,10 +71,6 @@ class ConfigurationPolicyPrefStore
// Creates a ConfigurationPolicyPrefStore that reads recommended cloud policy.
static ConfigurationPolicyPrefStore* CreateRecommendedCloudPolicyPrefStore();
- // Returns the default policy definition list for Chrome.
- static const ConfigurationPolicyProvider::PolicyDefinitionList*
- GetChromePolicyDefinitionList();
-
// Returns true if the given policy is a proxy policy.
static bool IsProxyPolicy(ConfigurationPolicyType policy);
@@ -83,9 +79,6 @@ class ConfigurationPolicyPrefStore
// sending out change notifications as appropriate.
void Refresh();
- static const ConfigurationPolicyProvider::PolicyDefinitionList
- kPolicyDefinitionList;
-
// The policy provider from which policy settings are read.
ConfigurationPolicyProvider* provider_;
« no previous file with comments | « chrome/browser/policy/config_dir_policy_provider_unittest.cc ('k') | chrome/browser/policy/configuration_policy_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698