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

Unified Diff: chrome/browser/about_flags.cc

Issue 547063003: Remove the unmaintained performance monitor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Attempt to fix GN Created 6 years, 3 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 a8a1160e7f77015c58f482fa4185535ca8a242dd..df6d0c795ae99eb6a8c7acfcf11d7c8c7429d0b2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1105,13 +1105,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableDeferredImageDecoding)
},
{
- "performance-monitor-gathering",
- IDS_FLAGS_PERFORMANCE_MONITOR_GATHERING_NAME,
- IDS_FLAGS_PERFORMANCE_MONITOR_GATHERING_DESCRIPTION,
- kOsAll,
- SINGLE_VALUE_TYPE(switches::kPerformanceMonitorGathering)
- },
- {
"wallet-service-use-sandbox",
IDS_FLAGS_WALLET_SERVICE_USE_SANDBOX_NAME,
IDS_FLAGS_WALLET_SERVICE_USE_SANDBOX_DESCRIPTION,
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/performance_monitor/performance_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698