Chromium Code Reviews| 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"; |
|
brettw
2012/05/10 21:20:48
Can you align the = sign line the other lines?
bbudge
2012/05/10 21:23:46
Done.
|
| + |
| // Enables hardware exception handling via debugger process. |
| const char kEnableNaClExceptionHandling[] = "enable-nacl-exception-handling"; |