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

Unified Diff: chrome/browser/about_flags.cc

Issue 19079002: Enable pnacl by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 996e86d205cfa722a9408a477200c078589f67b3..a00c358ced72ff3f240d4ac609db33582a8cb2a9 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -550,11 +550,11 @@ const Experiment kExperiments[] = {
MULTI_VALUE_TYPE(kNaClDebugMaskChoices)
},
{
- "enable-pnacl", // FLAGS:RECORD_UMA
- IDS_FLAGS_ENABLE_PNACL_NAME,
- IDS_FLAGS_ENABLE_PNACL_DESCRIPTION,
+ "disable-pnacl", // FLAGS:RECORD_UMA
+ IDS_FLAGS_DISABLE_PNACL_NAME,
+ IDS_FLAGS_DISABLE_PNACL_DESCRIPTION,
kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kEnablePnacl)
+ SINGLE_VALUE_TYPE(switches::kDisablePnacl)
},
{
"extension-apis", // FLAGS:RECORD_UMA

Powered by Google App Engine
This is Rietveld 408576698