Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: chrome/browser/about_flags.cc

Issue 6207005: Clarify wording around blocking 3rd party cookies and add lab to block reading of 3rd party cookies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 9caa41c905668370c3147c1a5e51b5cfe0340970..44ac3e4fcd4b3ee40c5934255e97b14ca227eac9 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;

Powered by Google App Engine
This is Rietveld 408576698