diff options
author | joaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 07:12:44 +0000 |
---|---|---|
committer | joaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 07:12:44 +0000 |
commit | 2bf2bd9bf5a57b22d17ed5ca27692ab303376b83 (patch) | |
tree | eb14c5119b6a83510c8bd7e8823d0eda8bea054d /chrome/app | |
parent | a47040f8d7c8eccf16a8484ff8e02d93d0f0dbc5 (diff) | |
download | chromium_src-2bf2bd9bf5a57b22d17ed5ca27692ab303376b83.zip chromium_src-2bf2bd9bf5a57b22d17ed5ca27692ab303376b83.tar.gz chromium_src-2bf2bd9bf5a57b22d17ed5ca27692ab303376b83.tar.bz2 |
AllowOutdatedPlugins policy.
BUG=74435
TEST=unit_tests, set the AllowOutdatedPlugins policy and open a page
running an outdated plugin.
Review URL: http://codereview.chromium.org/6676113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/policy/policy_templates.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json index 2fbf7e5..cb5b707 100644 --- a/chrome/app/policy/policy_templates.json +++ b/chrome/app/policy/policy_templates.json @@ -94,7 +94,7 @@ # persistent IDs for all fields (but not for groups!) are needed. These are # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, # because doing so would break the deployed wire format! -# For your editing convenience: highest ID currently used: 80 +# For your editing convenience: highest ID currently used: 81 # # Placeholders: # The following placeholder strings are automatically substituted: @@ -1421,6 +1421,22 @@ If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', }, + { + 'name': 'AllowOutdatedPlugins', + 'type': 'main', + 'supported_on': ['chrome.*:12-', 'chrome_os:0.11-'], + 'features': {'dynamic_refresh': 1}, + 'example_value': True, + 'id': 81, + 'caption': '''Allow running plugins that are outdated''', + 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to run plugins that are outdated. + + If you enable this setting, outdated plugins are used as normal plugins. + + If you disable this setting, outdated plugins will not be used and users will not be asked for permission to run them. + + If this setting is not set, users will be asked for permission to run outdated plugins.''', + }, ], 'messages': { # Messages that are not associated to any policies. |