Chromium Code Reviews| Index: chrome/app/policy/policy_templates.json |
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
| index 8e433c570b4c6b2267d5007e6a107a5bf748d29f..78a11592b0fb6729a49d5df54cfdae82ecb82547 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: 89 |
| +# For your editing convenience: highest ID currently used: 87 |
|
markusheintz
2011/05/16 15:55:08
Why was this decreased? Should it have been increa
|
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -487,6 +487,19 @@ |
| 'label': '''Set user data directory''', |
| }, |
| { |
| + 'name': 'DiskCacheDir', |
| + 'type': 'string', |
| + 'supported_on': ['chrome.win:13-', 'chrome.mac:13-'], |
| + 'features': {'dynamic_refresh': 0}, |
| + 'example_value': '${user_home}/Chrome_cache', |
| + 'id': 87, |
| + 'caption': '''Set disk cache directory''', |
| + 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use for storing cached files on the disk. |
| + |
| + If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use the provided directory regardless whether the user has specified the '--disk-cache-dir' flag or not.''', |
| + 'label': '''Set disk cache directory''', |
| + }, |
| + { |
| 'name': 'DownloadDirectory', |
| 'type': 'string', |
| 'supported_on': ['chrome.*:11-'], |