| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 2bbd9bbe43856fbb4b3b41786c699ac4fdc6a331..2cbe5287f81d9e919e29cc7d310028f6c7709d0b 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -318,9 +318,6 @@ const char kDisablePermissionsBubbles[] = "disable-permissions-bubbles";
|
| // Disable pop-up blocking.
|
| const char kDisablePopupBlocking[] = "disable-popup-blocking";
|
|
|
| -// Disables the usage of Portable Native Client.
|
| -const char kDisablePnacl[] = "disable-pnacl";
|
| -
|
| // Disable speculative TCP/IP preconnection.
|
| const char kDisablePreconnect[] = "disable-preconnect";
|
|
|
|
|