| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 2453994c84dbd4e3c6d1abea28ccf9a5957c6cac..dca8b55a33ee2eba9d06e8fb19a11dd61050c1ef 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -857,6 +857,12 @@ const char kInstallFromWebstore[] = "install-from-webstore";
|
| // Marks a renderer as an Instant process.
|
| const char kInstantProcess[] = "instant-process";
|
|
|
| +// Executes the IPC fuzzer child process, --type is ignored.
|
| +const char kIpcFuzzerOverride[] = "ipc-fuzzer-override";
|
| +
|
| +// Specifies the testcase used by the IPC fuzzer.
|
| +const char kIpcFuzzerTestcase[] = "ipc-fuzzer-testcase";
|
| +
|
| // Used for testing - keeps browser alive after last browser window closes.
|
| const char kKeepAliveForTest[] = "keep-alive-for-test";
|
|
|
|
|