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

Unified Diff: components/policy_strings.grdp

Issue 309553011: Enable policy support for registering protocol handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Issue_116119_pre
Patch Set: Created 6 years, 7 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 de2e5eb6e9dce015eb2d4fa1a9f9dea545a6a915..9c0a1f84146b0774ef315f0b8412d6607f6b3fe7 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -201,6 +201,9 @@
<message name="IDS_POLICY_SCOPE_ERROR" desc="Text displayed in the status column when a policy is set in an unsupported scope.">
Policy scope is not supported.
</message>
+ <message name="IDS_POLICY_LEVEL_ERROR" desc="Text displayed in the status column when a policy is set in an unsupported level.">
bartfab (slow) 2014/06/03 11:58:21 Nit: s/in an/at an/
kaliamoorthi 2014/06/04 18:01:58 Done.
+ Policy level is not supported.
+ </message>
</if>
<message name="IDS_POLICY_OK" desc="Text displayed in the status column when a valid value is set for a policy.">
OK

Powered by Google App Engine
This is Rietveld 408576698