diff options
Diffstat (limited to 'chrome/common/metrics_helpers.cc')
-rw-r--r-- | chrome/common/metrics_helpers.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/metrics_helpers.cc b/chrome/common/metrics_helpers.cc index 7296ce1..c452937 100644 --- a/chrome/common/metrics_helpers.cc +++ b/chrome/common/metrics_helpers.cc @@ -377,6 +377,10 @@ int64 MetricsLogBase::GetBuildTime() { return integral_build_time; } +MetricsLog* MetricsLogBase::AsMetricsLog() { + return NULL; +} + // TODO(JAR): A The following should really be part of the histogram class. // Internal state is being needlessly exposed, and it would be hard to reuse // this code. If we moved this into the Histogram class, then we could use |