| 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";
|
|
|
|
|