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

Unified Diff: chrome/browser/about_flags.cc

Issue 1838083005: PNaCl: Add --force-pnacl-subzero to chrome://flags . (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add histograms.xml Created 4 years, 9 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') | tools/metrics/histograms/histograms.xml » ('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 6ddad8c3d0f9342589d39762fd71dffbe8f125ec..1cbc7c3f13f0a7c495a4655b0d659124826c3af6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -631,6 +631,10 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-nacl-debug", // FLAGS:RECORD_UMA
IDS_FLAGS_NACL_DEBUG_NAME, IDS_FLAGS_NACL_DEBUG_DESCRIPTION, kOsDesktop,
SINGLE_VALUE_TYPE(switches::kEnableNaClDebug)},
+ {"force-pnacl-subzero",
+ IDS_FLAGS_PNACL_SUBZERO_NAME,
+ IDS_FLAGS_PNACL_SUBZERO_DESCRIPTION, kOsDesktop,
+ SINGLE_VALUE_TYPE(switches::kForcePNaClSubzero)},
{"nacl-debug-mask", // FLAGS:RECORD_UMA
IDS_FLAGS_NACL_DEBUG_MASK_NAME, IDS_FLAGS_NACL_DEBUG_MASK_DESCRIPTION,
kOsDesktop, MULTI_VALUE_TYPE(kNaClDebugMaskChoices)},
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698