| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 28b907697ca8319617c3582092a9192a87539b78..3d64256788fc41161d4de1d7f5083642aa32a9a6 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -96,11 +96,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";
|
|
|