summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 14:15:23 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 14:15:23 +0000
commit5e9d1f755fb8a07a87a3d1fb5400c3ab53658943 (patch)
treeae882cc711e7c949a4623fbb93c671e22efd8cf1 /chrome/app
parent1a9e58fa3e530590ace31beb23482a6b5bd55f23 (diff)
downloadchromium_src-5e9d1f755fb8a07a87a3d1fb5400c3ab53658943.zip
chromium_src-5e9d1f755fb8a07a87a3d1fb5400c3ab53658943.tar.gz
chromium_src-5e9d1f755fb8a07a87a3d1fb5400c3ab53658943.tar.bz2
Allow policy refresh rate to be configured through policy.
BUG=64877 TEST=Existing unittests; manual testing. Review URL: http://codereview.chromium.org/6310012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71790 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/policy/policy_templates.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json
index 0061797..b6114d3 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>''',