diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-18 13:45:07 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-18 13:45:07 +0000 |
commit | f8fc6244e54c3dbe64a2f9b7daff8cca9417f43c (patch) | |
tree | 33a3e7a3be177caec809d61313f8868c9dec662e /chrome/app | |
parent | 5b51f3395c92f301813d38b0439a6f061d98015d (diff) | |
download | chromium_src-f8fc6244e54c3dbe64a2f9b7daff8cca9417f43c.zip chromium_src-f8fc6244e54c3dbe64a2f9b7daff8cca9417f43c.tar.gz chromium_src-f8fc6244e54c3dbe64a2f9b7daff8cca9417f43c.tar.bz2 |
Allow policy refresh rate to be configured through policy.
BUG=64877
TEST=Existing unittests; manual testing.
Review URL: http://codereview.chromium.org/6079012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/policy/policy_templates.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json index d046bf9..01b1ee4 100644 --- a/chrome/app/policy/policy_templates.json +++ b/chrome/app/policy/policy_templates.json @@ -959,6 +959,17 @@ Disabling this setting potentially allows web pages to use the WebGL API and plugins to use the Pepper 3D API. The default settings of the browser may still require command line arguments to be passed in order to use these APIs.''', }, { + 'name': 'PolicyRefreshRate', + 'type': 'int', + 'supported_on': ['chrome_os:1.0.0.0-'], + 'features': {'dynamic_refresh': 1}, + 'example_value': 3600000, + 'caption': '''Policy refresh rate''', + 'desc': '''Specifies the period in milliseconds at which the device management service is queried for policy information. + + Setting this policy overrides the default value of 3 hours. Valid values for this policy are in the range from 30 minutes to 1 day. Any values not in this range will be clamped to the respective boundary.''', + }, + { 'name': 'ChromeFrameRendererSettings', 'type': 'group', 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', |