diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-28 17:00:05 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-28 17:00:05 +0000 |
commit | 96da69d1ae43ad3feff0ac96a280d3212467f9b5 (patch) | |
tree | 3c8b83290df5b91ff21136526d3af0c540edb40c /chrome/app/policy | |
parent | bdd7b6c7623a76cc51b131b1b43685c7752b5f1a (diff) | |
download | chromium_src-96da69d1ae43ad3feff0ac96a280d3212467f9b5.zip chromium_src-96da69d1ae43ad3feff0ac96a280d3212467f9b5.tar.gz chromium_src-96da69d1ae43ad3feff0ac96a280d3212467f9b5.tar.bz2 |
Retire ClearSiteDataOnExit policy.
BUG=chromium:133291
TEST=Still compiles.
Review URL: https://chromiumcodereview.appspot.com/15199006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202585 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/policy')
-rw-r--r-- | chrome/app/policy/policy_templates.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json index cbf3dfb..e03c30a 100644 --- a/chrome/app/policy/policy_templates.json +++ b/chrome/app/policy/policy_templates.json @@ -995,7 +995,7 @@ 'name': 'ClearSiteDataOnExit', 'type': 'main', 'schema': { 'type': 'boolean' }, - 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], + 'supported_on': ['chrome.*:11-29', 'chrome_os:0.11-0.29'], 'features': { 'can_be_recommended': True, 'dynamic_refresh': True, @@ -1005,13 +1005,7 @@ 'example_value': True, 'id': 65, 'caption': '''Clear site data on browser shutdown (deprecated)''', - 'desc': '''This policy is an override for the "Clear cookies and other site data when I close my browser" content settings option that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> supported prior to version 21. - - This policy exists only for backward-compatibility and will go away in the future. The recommended way to clear site data on exit on version 21 and later is to configure the DefaultCookiesSetting policy to session-only. - - If this policy is enabled it will be translated to the appropriate policy setting for the DefaultCookiesSetting policy, setting it to session-only if the DefaultCookiesSetting policy is not configured or set to Allow. - - If this policy is disabled or left unconfigured the policy for storing site data is determined by the DefaultCookiesSetting policy.''', + 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> version 29.''', 'label': '''Clear site data on browser shutdown (deprecated)''', }, { |