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

Unified Diff: components/policy_strings.grdp

Issue 116273002: Added support for signed policy blobs on desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for ios. Created 6 years, 11 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 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 67be5edd9610a19f05835c6934d575ac3f4544d0..90ccd374fe101c1c21a4f4d5a144a83cf82505ae 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -83,6 +83,9 @@
<message name="IDS_POLICY_VALIDATION_POLICY_PARSE_ERROR" desc="Message indicating a parse error in policy.">
Error parsing policy settings
</message>
+ <message name="IDS_POLICY_VALIDATION_BAD_KEY_VERIFICATION_SIGNATURE" desc="Message indicating a policy key had an invalid verification signature.">
+ Bad verification signature.
+ </message>
<message name="IDS_POLICY_VALIDATION_UNKNOWN_ERROR" desc="Message indicating unknown error in policy validation.">
Unknown error
</message>

Powered by Google App Engine
This is Rietveld 408576698