| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 619137660eae0161e07cab10e5ea6b18dd9e9c39..a6547fedb55e02fe9886501c7b0d136126432ddb 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -519,11 +519,6 @@ const char kEnableIPCFuzzing[] = "enable-ipc-fuzzing";
|
| // attempt to use the existing connection.
|
| const char kEnableIPPooling[] = "enable-ip-pooling";
|
|
|
| -// Enables MAC cookies in the network stack. These cookies use HMAC to protect
|
| -// session state from passive network attackers.
|
| -// http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token
|
| -const char kEnableMacCookies[] = "enable-mac-cookies";
|
| -
|
| // Allows reporting memory info (JS heap size) to page.
|
| const char kEnableMemoryInfo[] = "enable-memory-info";
|
|
|
|
|