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

Unified Diff: chrome/browser/about_flags.cc

Issue 392023002: Remove disable-pnacl flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 f7d6a16520a72c7faf31fe849e6778cadc33a404..8c41cba7431b4d42eb9734d5d8f72799ddb0905c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -680,13 +680,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableNaClDebug)
},
{
- "disable-pnacl", // FLAGS:RECORD_UMA
jvoung (off chromium) 2014/07/15 23:24:15 Might also have to mark the tools/metrics/actions/
teravest 2014/07/16 01:38:46 Done.
- IDS_FLAGS_DISABLE_PNACL_NAME,
jvoung (off chromium) 2014/07/15 23:24:15 I think you also want to remove IDS_FLAGS_DISABLE_
teravest 2014/07/16 01:38:46 Done.
- IDS_FLAGS_DISABLE_PNACL_DESCRIPTION,
- kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kDisablePnacl)
- },
- {
"nacl-debug-mask", // FLAGS:RECORD_UMA
IDS_FLAGS_NACL_DEBUG_MASK_NAME,
IDS_FLAGS_NACL_DEBUG_MASK_DESCRIPTION,
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/test/nacl/nacl_browsertest_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698