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

Unified Diff: chrome/common/chrome_switches.cc

Issue 8479027: Make third-party cookie blocking strict by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 1 month 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index e2fc65bbdcbd8735d4de19a3138547ca0160b53b..b304287f5e318486af28bd1fe117ef3eb6403cb3 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -108,11 +108,6 @@ const char kAutomationClientChannelID[] = "automation-channel";
const char kAutomationReinitializeOnChannelError[] =
"automation-reinitialize-on-channel-error";
-// When the option to block third-party cookies from being set is enabled, also
-// block third-party cookies from being read.
-const char kBlockReadingThirdPartyCookies[] =
- "block-reading-third-party-cookies";
-
// How often (in seconds) to check for updates. Should only be used for testing
// purposes.
const char kCheckForUpdateIntervalSec[] = "check-for-update-interval";
@@ -839,6 +834,11 @@ const char kNotifyCloudPrintTokenExpired[] = "notify-cp-token-expired";
// Autoconfig (PAC) script.
const char kNumPacThreads[] = "num-pac-threads";
+// When the option to block third-party cookies is enabled, only block
+// third-party cookies from being set.
+const char kOnlyBlockSettingThirdPartyCookies[] =
+ "only-block-setting-third-party-cookies";
+
// Launches URL in new browser window.
const char kOpenInNewWindow[] = "new-window";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698