| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fec391eb7e6915a8cb2a8a01272ae7eddd71c496..fc005242025328dc66b3f698e7ebab356ac50de1 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -905,6 +905,9 @@ const char kInstallFromWebstore[] = "install-from-webstore";
|
| // Marks a renderer as an Instant process.
|
| const char kInstantProcess[] = "instant-process";
|
|
|
| +// 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";
|
|
|
|
|