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

Unified Diff: chrome/browser/performance_monitor/constants.h

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/constants.h
diff --git a/chrome/browser/performance_monitor/constants.h b/chrome/browser/performance_monitor/constants.h
index 0430c8c89f29e24bbb4a4371c22d0d5abdb94cc0..83f489403806d91256a9ee895959b254c8047774 100644
--- a/chrome/browser/performance_monitor/constants.h
+++ b/chrome/browser/performance_monitor/constants.h
@@ -45,6 +45,11 @@ extern const char kMetricSessionRestoreTimeDescription[];
extern const char kMetricSessionRestoreTimeUnits[];
extern const double kMetricSessionRestoreTimeTickSize;
+extern const char kMetricPageLoadTimeName[];
+extern const char kMetricPageLoadTimeDescription[];
+extern const char kMetricPageLoadTimeUnits[];
+extern const double kMetricPageLoadTimeTickSize;
+
} // namespace performance_monitor
#endif // CHROME_BROWSER_PERFORMANCE_MONITOR_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698