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

Unified Diff: chrome/browser/performance_monitor/metric_details.cc

Issue 10827151: Revert 149766 - Performance monitor stats gathering. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: chrome/browser/performance_monitor/metric_details.cc
===================================================================
--- chrome/browser/performance_monitor/metric_details.cc (revision 149775)
+++ chrome/browser/performance_monitor/metric_details.cc (working copy)
@@ -25,12 +25,6 @@
kMetricPrivateMemoryUsageUnits,
kMetricPrivateMemoryUsageTickSize
},
- {
- kMetricSharedMemoryUsageName,
- kMetricSharedMemoryUsageDescription,
- kMetricSharedMemoryUsageUnits,
- kMetricSharedMemoryUsageTickSize
- },
};
COMPILE_ASSERT(ARRAYSIZE_UNSAFE(kMetricDetailsList) == METRIC_NUMBER_OF_METRICS,
metric_names_incorrect_size);

Powered by Google App Engine
This is Rietveld 408576698