Index: chrome/browser/performance_monitor/performance_monitor.h |
diff --git a/chrome/browser/performance_monitor/performance_monitor.h b/chrome/browser/performance_monitor/performance_monitor.h |
index 167e3a9e4d715b3af184f28b76fbe8d273a54e02..b593ad943657423326db169f803258434d809cc5 100644 |
--- a/chrome/browser/performance_monitor/performance_monitor.h |
+++ b/chrome/browser/performance_monitor/performance_monitor.h |
@@ -99,6 +99,10 @@ class PerformanceMonitor : public content::NotificationObserver { |
void AddEventOnBackgroundThread(scoped_ptr<Event> event); |
+ // Since Database::AddMetric() is overloaded, base::Bind() does not work and |
+ // we need a helper function. |
+ void AddMetricOnBackgroundThread(MetricType type, const std::string& value); |
+ |
// Notify any listeners that PerformanceMonitor has finished the initializing. |
void NotifyInitialized(); |