| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 136022)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -551,6 +551,9 @@
|
| // Enables debugging via RSP over a socket.
|
| const char kEnableNaClDebug[] = "enable-nacl-debug";
|
|
|
| +// Enables the Chrome IPC-based Proxy for NaCl.
|
| +const char kEnableNaClIPCProxy[] = "enable-nacl-ipc-proxy";
|
| +
|
| // Enables hardware exception handling via debugger process.
|
| const char kEnableNaClExceptionHandling[] = "enable-nacl-exception-handling";
|
|
|
|
|