summaryrefslogtreecommitdiffstats
path: root/components/policy_strings.grdp
diff options
context:
space:
mode:
authorbinjin <binjin@chromium.org>2014-10-09 11:08:16 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-09 18:08:37 +0000
commit1e1cc33a50e273bedca8788fe2338f2f99068bb6 (patch)
tree83b5ee4181365a80eff3b1568df6ef09ba0f248a /components/policy_strings.grdp
parentb4b75d23769ffaea657a8b50ae4d8980b4db4597 (diff)
downloadchromium_src-1e1cc33a50e273bedca8788fe2338f2f99068bb6.zip
chromium_src-1e1cc33a50e273bedca8788fe2338f2f99068bb6.tar.gz
chromium_src-1e1cc33a50e273bedca8788fe2338f2f99068bb6.tar.bz2
Add ExtensionSettings Policy
This CL add a new ExtensionSettings policy, it's a dictionary bundled policy covering all existing extension-related policies. GeneratePolicySource unit test is enhanced as well, since new functionality is added to policy templates. BUG=177351 TEST=ExtensionSettingsPolicyHandlerTest Review URL: https://codereview.chromium.org/633883002 Cr-Commit-Position: refs/heads/master@{#298933}
Diffstat (limited to 'components/policy_strings.grdp')
-rw-r--r--components/policy_strings.grdp3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index 7d9e3f8..14cbf6a 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -158,6 +158,9 @@
<message name="IDS_POLICY_INVALID_PROXY_MODE_ERROR" desc="The text displayed in the status column when the value for ProxyMode is invalid.">
Invalid proxy mode.
</message>
+ <message name="IDS_POLICY_INVALID_UPDATE_URL_ERROR" desc="The text displayed in the status column when the update URL for given extension is invalid.">
+ Invalid update URL for extension with ID "<ph name="EXTENSION_ID">$1<ex>abcdefghijklmnopabcdefghijklmnop</ex></ph>".
+ </message>
<message name="IDS_POLICY_PROXY_MODE_DISABLED_ERROR" desc="The text displayed in the status column when use of a proxy is disabled but a proxy configuration is given.">
Use of a proxy is disabled but an explicit proxy configuration is specified.
</message>