summaryrefslogtreecommitdiffstats
path: root/components/policy
diff options
context:
space:
mode:
authorpastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-20 20:29:15 +0000
committerpastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-20 20:29:15 +0000
commitbfecfe70ac9efb6ef6201d2104726ce7802e7310 (patch)
tree0c5405bbe5ca01778f0c2eb1e3d8468488396209 /components/policy
parent814b05925d5daeb1fd936619ef6eb9a18674bfe3 (diff)
downloadchromium_src-bfecfe70ac9efb6ef6201d2104726ce7802e7310.zip
chromium_src-bfecfe70ac9efb6ef6201d2104726ce7802e7310.tar.gz
chromium_src-bfecfe70ac9efb6ef6201d2104726ce7802e7310.tar.bz2
Updated the documentation for caching policies.
BUG=none TEST=none Review URL: https://codereview.chromium.org/117323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242164 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy')
-rw-r--r--components/policy/resources/policy_templates.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index ffb91d5..bfca203 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -966,7 +966,7 @@
'caption': '''Set disk cache size in bytes''',
'desc': '''Configures the cache size 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 cache size regardless whether the user has specified the '--disk-cache-size' flag or not.
+ If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use the provided cache size regardless whether the user has specified the '--disk-cache-size' flag or not. The value specified in this policy is not a hard boundary but rather a suggestion to the caching system, any value below a few megabytes is too small and will be rounded up to a sane minimum.
If the value of this policy is 0, the default cache size will be used but the user will not be able to change it.
@@ -987,7 +987,7 @@
'caption': '''Set media disk cache size in bytes''',
'desc': '''Configures the cache size that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use for storing cached media files on the disk.
- If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use the provided cache size regardless whether the user has specified the '--media-cache-size' flag or not.
+ If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use the provided cache size regardless whether the user has specified the '--media-cache-size' flag or not. The value specified in this policy is not a hard boundary but rather a suggestion to the caching system, any value below a few megabytes is too small and will be rounded up to a sane minimum.
If the value of this policy is 0, the default cache size will be used but the user will not be able to change it.