| Index: components/nacl/common/nacl_switches.cc
|
| diff --git a/components/nacl/common/nacl_switches.cc b/components/nacl/common/nacl_switches.cc
|
| index e0e48e82d68f6f786078b8b9d57c471d0c6f077f..257d3e97236aea32b01e9e0da266fa745e3e577c 100644
|
| --- a/components/nacl/common/nacl_switches.cc
|
| +++ b/components/nacl/common/nacl_switches.cc
|
| @@ -9,9 +9,6 @@ namespace switches {
|
| // Disables crash throttling for Portable Native Client.
|
| const char kDisablePnaclCrashThrottling[] = "disable-pnacl-crash-throttling";
|
|
|
| -// Disables the installation of Portable Native Client.
|
| -const char kDisablePnaclInstall[] = "disable-pnacl-install";
|
| -
|
| // Enables debugging via RSP over a socket.
|
| const char kEnableNaClDebug[] = "enable-nacl-debug";
|
|
|
|
|