diff options
author | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 14:45:46 +0000 |
---|---|---|
committer | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 14:45:46 +0000 |
commit | efe2c84fd0227e35c80420f348a4817620cf071c (patch) | |
tree | 4fae069b235263a55ba856cbc433b716b918e162 /chrome/app | |
parent | 31bd98bb777821b12e2ebac13839d8b86331b127 (diff) | |
download | chromium_src-efe2c84fd0227e35c80420f348a4817620cf071c.zip chromium_src-efe2c84fd0227e35c80420f348a4817620cf071c.tar.gz chromium_src-efe2c84fd0227e35c80420f348a4817620cf071c.tar.bz2 |
Modified the examples in the policy templates file to be linux/Mac style.
They are anyhow not visible on windows and actually used to generate a
sample json file for linux so much more relevant there.
BUG=77477
TEST=Documentation change only.
Review URL: http://codereview.chromium.org/6995050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/policy/policy_templates.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json index 0d1b210..8e433c5 100644 --- a/chrome/app/policy/policy_templates.json +++ b/chrome/app/policy/policy_templates.json @@ -478,7 +478,7 @@ 'type': 'string', 'supported_on': ['chrome.win:11-', 'chrome.mac:11-'], 'features': {'dynamic_refresh': 0}, - 'example_value': '${user_home}\Chrome', + 'example_value': '${user_home}/Chrome', 'id': 63, 'caption': '''Set user data directory''', 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use for storing user data. @@ -491,7 +491,7 @@ 'type': 'string', 'supported_on': ['chrome.*:11-'], 'features': {'dynamic_refresh': 1}, - 'example_value': '${user_home}\Chrome', + 'example_value': '${user_home}/Downloads', 'id': 64, 'caption': '''Set download directory''', 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will use for downloading files. |