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