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

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

Issue 10829078: CPM Page Load timing (Closed) Base URL: http://git.chromium.org/chromium/src.git@dc_event_refactor
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
diff --git a/chrome/browser/performance_monitor/metric_details.cc b/chrome/browser/performance_monitor/metric_details.cc
index 025ca9f1a3ff0ec598a43edf505e43aada3f9a16..bd7488045294d1e45851875fbc720ae7918d1ec1 100644
--- a/chrome/browser/performance_monitor/metric_details.cc
+++ b/chrome/browser/performance_monitor/metric_details.cc
@@ -43,6 +43,12 @@ const MetricDetails kMetricDetailsList[] = {
kMetricSessionRestoreTimeUnits,
kMetricSessionRestoreTimeTickSize
},
+ {
+ kMetricPageLoadTimeName,
+ kMetricPageLoadTimeDescription,
+ kMetricPageLoadTimeUnits,
+ kMetricPageLoadTimeTickSize
+ }
};
COMPILE_ASSERT(ARRAYSIZE_UNSAFE(kMetricDetailsList) == METRIC_NUMBER_OF_METRICS,
metric_names_incorrect_size);

Powered by Google App Engine
This is Rietveld 408576698