diff options
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/policy/configuration_policy_provider.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/policy/configuration_policy_provider.cc b/chrome/browser/policy/configuration_policy_provider.cc index 9a41b72..fc46381 100644 --- a/chrome/browser/policy/configuration_policy_provider.cc +++ b/chrome/browser/policy/configuration_policy_provider.cc @@ -10,8 +10,8 @@ namespace { -// TODO(avi): Use this mapping to auto-generate MCX manifests and Windows -// ADM/ADMX files. http://crbug.com/49316 +// TODO(avi): Generate this mapping from the template metafile +// (chrome/app/policy/policy_templates.json). http://crbug.com/54711 struct InternalPolicyValueMapEntry { ConfigurationPolicyStore::PolicyType policy_type; |