Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 0d98130d4450e91de0b9c89766d566a857b8737d..20e7b62752c58132e78f6b318b934c6f6632f802 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -655,8 +655,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 crash throttling for Portable Native Client. |
const char kDisablePnaclCrashThrottling[] = "disable-pnacl-crash-throttling"; |