| Index: grit/format/policy_templates/writers/plist_writer.py
|
| ===================================================================
|
| --- grit/format/policy_templates/writers/plist_writer.py (revision 139)
|
| +++ grit/format/policy_templates/writers/plist_writer.py (working copy)
|
| @@ -81,6 +81,9 @@
|
| def WritePolicy(self, policy):
|
| policy_name = policy['name']
|
| policy_type = policy['type']
|
| + if policy_type == 'external':
|
| + # This type can only be set through cloud policy.
|
| + return
|
|
|
| dict = self.AddElement(self._array, 'dict')
|
| self._AddStringKeyValuePair(dict, 'pfm_name', policy_name)
|
|
|