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

Unified Diff: chrome/common/chrome_switches.cc

Issue 22839005: disable pnacl by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review changes 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 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";
« 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