Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 6310012: Allow policy refresh rate to be configured through policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test. Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/policy/config_dir_policy_provider_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'features': {'dynamic_refresh': 0}, 952 'features': {'dynamic_refresh': 0},
953 'example_value': False, 953 'example_value': False,
954 'caption': '''Disable support for 3D graphics APIs''', 954 'caption': '''Disable support for 3D graphics APIs''',
955 'desc': '''Disable support for 3D graphics APIs. 955 'desc': '''Disable support for 3D graphics APIs.
956 956
957 Enabling this setting prevents web pages from accessing the graphics proce ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi ns can not use the Pepper 3D API. 957 Enabling this setting prevents web pages from accessing the graphics proce ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi ns can not use the Pepper 3D API.
958 958
959 Disabling this setting potentially allows web pages to use the WebGL API a nd plugins to use the Pepper 3D API. The default settings of the browser may sti ll require command line arguments to be passed in order to use these APIs.''', 959 Disabling this setting potentially allows web pages to use the WebGL API a nd plugins to use the Pepper 3D API. The default settings of the browser may sti ll require command line arguments to be passed in order to use these APIs.''',
960 }, 960 },
961 { 961 {
962 'name': 'PolicyRefreshRate',
963 'type': 'int',
964 'supported_on': ['chrome_os:1.0.0.0-'],
965 'features': {'dynamic_refresh': 1},
966 'example_value': 3600000,
967 'caption': '''Policy refresh rate''',
968 'desc': '''Specifies the period in milliseconds at which the device manage ment service is queried for policy information.
969
970 Setting this policy overrides the default value of 3 hours. Valid values f or 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.''',
971 },
972 {
962 'name': 'ChromeFrameRendererSettings', 973 'name': 'ChromeFrameRendererSettings',
963 'type': 'group', 974 'type': 'group',
964 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<e x>Google Chrome Frame</ex></ph>''', 975 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<e x>Google Chrome Frame</ex></ph>''',
965 'desc': '''Allows you to configure the default HTML renderer when <ph name ="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> 976 'desc': '''Allows you to configure the default HTML renderer when <ph name ="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex>
966 </ph> is installed. 977 </ph> is installed.
967 The default setting is to allow the host browser do the rendering, but you 978 The default setting is to allow the host browser do the rendering, but you
968 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex> 979 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex>
969 Google Chrome Frame</ex></ph> render HTML pages by default.''', 980 Google Chrome Frame</ex></ph> render HTML pages by default.''',
970 'policies': [ 981 'policies': [
971 { 982 {
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 { 1157 {
1147 'key': '$4', 1158 'key': '$4',
1148 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' 1159 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started'
1149 }, 1160 },
1150 { 1161 {
1151 'key': '$5', 1162 'key': '$5',
1152 'value': 'http://www.chromium.org/administrators/policy-templates' 1163 'value': 'http://www.chromium.org/administrators/policy-templates'
1153 }, 1164 },
1154 ] 1165 ]
1155 } 1166 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/config_dir_policy_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698