Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7996)

Unified Diff: chrome/common/chrome_switches.cc

Issue 23326003: Enable PNaCl by default (revert disabling CL) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for Jan's comments. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698