| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 667c86892aa12dd0d3f9592e3a4001c1855aba04..e65383e1ea58e54417bbdc72d0cef2d5f0631196 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -626,8 +626,8 @@ const char kEnablePanels[] = "enable-panels";
|
| // account creation.
|
| const char kEnablePasswordGeneration[] = "enable-password-generation";
|
|
|
| -// Enables the usage of Portable Native Client.
|
| -const char kEnablePnacl[] = "enable-pnacl";
|
| +// Disables the usage of Portable Native Client.
|
| +const char kDisablePnacl[] = "disable-pnacl";
|
|
|
| // Disables the installation of Portable Native Client.
|
| const char kDisablePnaclInstall[] = "disable-pnacl-install";
|
|
|