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

Side by Side Diff: components/policy_strings.grdp

Issue 2150603002: Added policy device id validation similar to the existing DM token validation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added policy device id validation similar to the existing DM token validation. BUG: 360708 Created 4 years, 5 months 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 unified diff | Download patch
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_validator_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_POLICY_DM_STATUS_SUCCESS" desc="Message indicating a succes sful device management server call."> 4 <message name="IDS_POLICY_DM_STATUS_SUCCESS" desc="Message indicating a succes sful device management server call.">
5 Request succeeded 5 Request succeeded
6 </message> 6 </message>
7 <message name="IDS_POLICY_DM_STATUS_REQUEST_INVALID" desc="Message indicating a bad request to the enterprise server."> 7 <message name="IDS_POLICY_DM_STATUS_REQUEST_INVALID" desc="Message indicating a bad request to the enterprise server.">
8 Invalid request or request parameters 8 Invalid request or request parameters
9 </message> 9 </message>
10 <message name="IDS_POLICY_DM_STATUS_REQUEST_FAILED" desc="Message indicating t he request to the enterprise server failed in the network."> 10 <message name="IDS_POLICY_DM_STATUS_REQUEST_FAILED" desc="Message indicating t he request to the enterprise server failed in the network.">
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 </message> 73 </message>
74 <message name="IDS_POLICY_VALIDATION_WRONG_SETTINGS_ENTITY_ID" desc="Message i ndicating the policy did not have the expected entity identifier."> 74 <message name="IDS_POLICY_VALIDATION_WRONG_SETTINGS_ENTITY_ID" desc="Message i ndicating the policy did not have the expected entity identifier.">
75 Wrong entity identifier 75 Wrong entity identifier
76 </message> 76 </message>
77 <message name="IDS_POLICY_VALIDATION_BAD_TIMESTAMP" desc="Message indicating t he policy timestamp is bad."> 77 <message name="IDS_POLICY_VALIDATION_BAD_TIMESTAMP" desc="Message indicating t he policy timestamp is bad.">
78 Bad policy timestamp 78 Bad policy timestamp
79 </message> 79 </message>
80 <message name="IDS_POLICY_VALIDATION_WRONG_TOKEN" desc="Message indicating the policy token is different from the one expected."> 80 <message name="IDS_POLICY_VALIDATION_WRONG_TOKEN" desc="Message indicating the policy token is different from the one expected.">
81 Returned policy token doesn't match current token 81 Returned policy token doesn't match current token
82 </message> 82 </message>
83 <message name="IDS_POLICY_VALIDATION_WRONG_DEVICE_ID" desc="Message indicating the policy device id is different from the one expected.">
84 Returned policy device id doesn't match current device id
85 </message>
83 <message name="IDS_POLICY_VALIDATION_BAD_USERNAME" desc="Message indicating po licy validation failed due to bad username/domain."> 86 <message name="IDS_POLICY_VALIDATION_BAD_USERNAME" desc="Message indicating po licy validation failed due to bad username/domain.">
84 Wrong policy subject 87 Wrong policy subject
85 </message> 88 </message>
86 <message name="IDS_POLICY_VALIDATION_POLICY_PARSE_ERROR" desc="Message indicat ing a parse error in policy."> 89 <message name="IDS_POLICY_VALIDATION_POLICY_PARSE_ERROR" desc="Message indicat ing a parse error in policy.">
87 Error parsing policy settings 90 Error parsing policy settings
88 </message> 91 </message>
89 <message name="IDS_POLICY_VALIDATION_BAD_KEY_VERIFICATION_SIGNATURE" desc="Mes sage indicating a policy key had an invalid verification signature."> 92 <message name="IDS_POLICY_VALIDATION_BAD_KEY_VERIFICATION_SIGNATURE" desc="Mes sage indicating a policy key had an invalid verification signature.">
90 Bad verification signature 93 Bad verification signature
91 </message> 94 </message>
92 <message name="IDS_POLICY_VALIDATION_UNKNOWN_ERROR" desc="Message indicating u nknown error in policy validation."> 95 <message name="IDS_POLICY_VALIDATION_UNKNOWN_ERROR" desc="Message indicating u nknown error in policy validation.">
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 <message name="IDS_POLICY_RISK_TAG_FILTERING" desc="Title of a group/tag whose policies might restrict web contents which would be visible otherwise (e.g. for ced SafeSearch)."> 352 <message name="IDS_POLICY_RISK_TAG_FILTERING" desc="Title of a group/tag whose policies might restrict web contents which would be visible otherwise (e.g. for ced SafeSearch).">
350 Filtering 353 Filtering
351 </message> 354 </message>
352 <message name="IDS_POLICY_RISK_TAG_LOCAL_DATA_ACCESS" desc="Title of a group/t ag whose policies might allow storage of user data to local drives where others might access them."> 355 <message name="IDS_POLICY_RISK_TAG_LOCAL_DATA_ACCESS" desc="Title of a group/t ag whose policies might allow storage of user data to local drives where others might access them.">
353 Local Data Access 356 Local Data Access
354 </message> 357 </message>
355 <message name="IDS_POLICY_RISK_TAG_GOOGLE_SHARING" desc="Title of a group/tag whose policies enable functionality that might share user data with trusted Goog le services."> 358 <message name="IDS_POLICY_RISK_TAG_GOOGLE_SHARING" desc="Title of a group/tag whose policies enable functionality that might share user data with trusted Goog le services.">
356 Sharing with Google 359 Sharing with Google
357 </message> 360 </message>
358 </grit-part> 361 </grit-part>
OLDNEW
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_validator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698