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