| 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_
|
|
|