diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 08:47:57 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-12 08:47:57 +0000 |
commit | 4c6452d27812f765c27aefb673eee90a17edbb82 (patch) | |
tree | 3e61dc8e740278a4b2a140102b4895203508b846 /chrome/browser/about_flags.cc | |
parent | 6340f49d48a13c600319fc60f774f5ad6e3103e8 (diff) | |
download | chromium_src-4c6452d27812f765c27aefb673eee90a17edbb82.zip chromium_src-4c6452d27812f765c27aefb673eee90a17edbb82.tar.gz chromium_src-4c6452d27812f765c27aefb673eee90a17edbb82.tar.bz2 |
Clarify wording around blocking 3rd party cookies and add lab to block reading of 3rd party cookies
BUG=69066
TEST=net_unittests
Review URL: http://codereview.chromium.org/6207005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r-- | chrome/browser/about_flags.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 9caa41c..44ac3e4 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -273,6 +273,13 @@ const Experiment kExperiments[] = { kOsWin | kOsLinux, SINGLE_VALUE_TYPE(switches::kInstantAutocompleteImmediately) }, + { + "block-reading-third-party-cookies", + IDS_FLAGS_BLOCK_ALL_THIRD_PARTY_COOKIES_NAME, + IDS_FLAGS_BLOCK_ALL_THIRD_PARTY_COOKIES_DESCRIPTION, + kOsAll, + SINGLE_VALUE_TYPE(switches::kBlockReadingThirdPartyCookies) + }, }; const Experiment* experiments = kExperiments; |