| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f4567d34f68f9892f344d9dc77f9667e8faaf269..6d3cc9807ca8818593753760ba19a488f9e75046 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -625,8 +625,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";
|
|
|