Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index fa396776387a5576783008c2f063a5371385222f..ec029c6579932ac1e34e34b8e0ac96764c6cb458 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -87,6 +87,11 @@ const char kAuthServerWhitelist[] = "auth-server-whitelist"; |
// automation-related messages on IPC channel with the given ID. |
const char kAutomationClientChannelID[] = "automation-channel"; |
+// 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"; |
+ |
// Causes the browser process to throw an assertion on startup. |
const char kBrowserAssertTest[] = "assert-test"; |