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

Unified Diff: chrome/browser/about_flags.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/app/generated_resources.grd ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 399d30af00d1d607eb10a47f0cb5f4c08db8a8f4..8099d83032019ecb448498afa2b89091d3ebe58e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -514,11 +514,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_PNACL_NAME,
+ IDS_FLAGS_PNACL_DESCRIPTION,
kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kEnablePnacl)
+ ENABLE_DISABLE_VALUE_TYPE("", switches::kDisablePnacl)
},
{
"extension-apis", // FLAGS:RECORD_UMA
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698