diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 09:16:41 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-15 09:16:41 +0000 |
commit | 8eaaa94e9de38e13778be3346e2a54c846627773 (patch) | |
tree | 726196782895d0bc17131af74748675797a4a552 /chrome/app/policy | |
parent | 888ce90c4eea49213a8bd926695e1c432136127b (diff) | |
download | chromium_src-8eaaa94e9de38e13778be3346e2a54c846627773.zip chromium_src-8eaaa94e9de38e13778be3346e2a54c846627773.tar.gz chromium_src-8eaaa94e9de38e13778be3346e2a54c846627773.tar.bz2 |
Augment the comment for blacklisted extensions to make it clear they will get removed if already installed.
BUG=72445
TEST=None
Review URL: http://codereview.chromium.org/6474036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy')
-rw-r--r-- | chrome/app/policy/policy_templates.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json index 5901600..16bbd79 100644 --- a/chrome/app/policy/policy_templates.json +++ b/chrome/app/policy/policy_templates.json @@ -630,7 +630,7 @@ 'features': {'dynamic_refresh': 1}, 'example_value': ['extension_id1', 'extension_id2'], 'caption': '''Configure extension installation blacklist''', - 'desc': '''Allows you to specify which extensions the users can NOT install. + 'desc': '''Allows you to specify which extensions the users can NOT install. Extensions already installed will be removed if blacklisted. A blacklist value of * means all extensions are blacklisted unless they are explicitly listed in the whitelist.''', 'label': '''Extension IDs the user should be prevented from installing (or * for all)''', |