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

Unified Diff: components/policy_strings.grdp

Issue 117253002: Add a new AssociationState DEPROVISIONED for cloud policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Introduce new DEPROVISIONED state. Created 7 years 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: components/policy_strings.grdp
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index c14a6773951a3fdb41081dff32b30564d09f3f80..67be5edd9610a19f05835c6934d575ac3f4544d0 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>

Powered by Google App Engine
This is Rietveld 408576698