Index: chrome/browser/performance_monitor/constants.cc |
diff --git a/chrome/browser/performance_monitor/constants.cc b/chrome/browser/performance_monitor/constants.cc |
index d0929763d000f290627c77477ac7ab1919cf8e02..74c1291c091f91a06215f24fbea7e77d579cf3e5 100644 |
--- a/chrome/browser/performance_monitor/constants.cc |
+++ b/chrome/browser/performance_monitor/constants.cc |
@@ -67,4 +67,11 @@ const char kMetricSessionRestoreTimeDescription[] = |
const char kMetricSessionRestoreTimeUnits[] = "microseconds"; |
const double kMetricSessionRestoreTimeTickSize = 5000000; |
+// Page Load Time |
+const char kMetricPageLoadTimeName[] = "Page Load Time"; |
+const char kMetricPageLoadTimeDescription[] = |
+ "The amount of time taken to load a page measured in microseconds."; |
+const char kMetricPageLoadTimeUnits[] = "microseconds"; |
+const double kMetricPageLoadTimeTickSize = 30000000.0; |
+ |
} // namespace performance_monitor |