Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 83739) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -438,6 +438,9 @@ |
// This flag overrides "disable-ipv6" which appears elswhere in this file. |
const char kEnableIPv6[] = "enable-ipv6"; |
+/// Enable the IPC fuzzer for reliability testing |
+const char kEnableIPCFuzzing[] = "enable-ipc-fuzzing"; |
+ |
// Enables IP Pooling within the networks stack (SPDY only). When a connection |
// is needed for a domain which shares an IP with an existing connection, |
// attempt to use the existing connection. |