summaryrefslogtreecommitdiffstats
path: root/components/policy_strings.grdp
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-28 18:44:20 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-28 18:44:20 +0000
commitaa61fb7124b239850775f142d31f57b48c47eafb (patch)
tree4a6682f4303bb810fdc887ab3eedd4bfe7b93239 /components/policy_strings.grdp
parentfb666d0d819d77f397cf4591fa7de4bf437a6bbc (diff)
downloadchromium_src-aa61fb7124b239850775f142d31f57b48c47eafb.zip
chromium_src-aa61fb7124b239850775f142d31f57b48c47eafb.tar.gz
chromium_src-aa61fb7124b239850775f142d31f57b48c47eafb.tar.bz2
Add error message for domain mismatch on re-enrollment.
This error shows up if the server indicates to the client that enrollment got rejected due to the device belonging do a different domain (as indicated by the client-provided state key). BUG=chromium:357207 TEST=Manual, check that the error message shows up on domain mismatch. R=asvitkine@chromium.org, dpolukhin@chromium.org, joaodasilva@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260102 Review URL: https://codereview.chromium.org/214963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy_strings.grdp')
-rw-r--r--components/policy_strings.grdp8
1 files changed, 8 insertions, 0 deletions
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index c7a667c..bca17e8 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -309,4 +309,12 @@
</message>
</if>
+ <!-- TODO(mnissler): Move this message up to the other IDS_POLICY_DM_STATUS
+ messages in the file. It's here because there's a problem with the
+ Android build failing component_unittests due to string constant
+ mismatches between the code and the resources. -->
+ <message name="IDS_POLICY_DM_STATUS_SERVICE_DOMAIN_MISMATCH" desc="Message indicating this client cannot be registered with the specified domain.">
+ Domain mismatch
+ </message>
+
</grit-part>