summaryrefslogtreecommitdiffstats
path: root/components/policy_strings.grdp
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-20 14:10:23 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-20 14:10:23 +0000
commit637357861af1ec223c782d154be0c4841a156dab (patch)
tree3d5e8fef7c793dc4e64bc4f9503f0a46411f3a53 /components/policy_strings.grdp
parentd2dc9572e7547c847d0249c9c5afd2682280b4f8 (diff)
downloadchromium_src-637357861af1ec223c782d154be0c4841a156dab.zip
chromium_src-637357861af1ec223c782d154be0c4841a156dab.tar.gz
chromium_src-637357861af1ec223c782d154be0c4841a156dab.tar.bz2
Add a new AssociationState DEPROVISIONED for cloud policy.
This adds a new enum value to Policy.AssociationState, indicating that the server side dropped the client from management. The association state is now also surfaced in the Status line in about:policy. BUG=chromium:329834 Review URL: https://codereview.chromium.org/117253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy_strings.grdp')
-rw-r--r--components/policy_strings.grdp10
1 files changed, 10 insertions, 0 deletions
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index c14a677..67be5ed 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -112,6 +112,16 @@
Unknown error
</message>
+ <message name="IDS_POLICY_ASSOCIATION_STATE_ACTIVE" desc="Message indicating that the server actively manages the client.">
+ Active
+ </message>
+ <message name="IDS_POLICY_ASSOCIATION_STATE_UNMANAGED" desc="Message indicating that the server is currently not willing to manage this client.">
+ Unmanaged
+ </message>
+ <message name="IDS_POLICY_ASSOCIATION_STATE_DEPROVISIONED" desc="Message indicating that the server has deprovisioned the client.">
+ Deprovisioned
+ </message>
+
<message name="IDS_POLICY_TYPE_ERROR" desc="The text displayed in the status column when a policy value has the wrong type.">
Expected <ph name="VALUE_TYPE">$1<ex>boolean</ex></ph> value.
</message>