Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index e2fc65bbdcbd8735d4de19a3138547ca0160b53b..95e0cb281baf62fa4f4b3243c89bc0d92bb577d9 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, only block third-party cookies |
|
Mike West
2011/11/07 08:32:47
Nit: "When the option ... _is enabled_,"
|
| +// from being set. |
| +const char kOnlyBlockSettingThirdPartyCookies[] = |
| + "only-block-setting-third-party-cookies"; |
| + |
| // Launches URL in new browser window. |
| const char kOpenInNewWindow[] = "new-window"; |