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

Unified Diff: components/metrics/test_metrics_service_client.cc

Issue 293023005: Move MetricsService final log collection tasks to client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 7 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
« no previous file with comments | « components/metrics/test_metrics_service_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/test_metrics_service_client.cc
===================================================================
--- components/metrics/test_metrics_service_client.cc (revision 272175)
+++ components/metrics/test_metrics_service_client.cc (working copy)
@@ -4,6 +4,8 @@
#include "components/metrics/test_metrics_service_client.h"
+#include "base/callback.h"
+
namespace metrics {
// static
@@ -43,4 +45,9 @@
void TestMetricsServiceClient::OnLogUploadComplete() {
}
+void TestMetricsServiceClient::CollectFinalMetrics(
+ const base::Closure& done_callback) {
+ done_callback.Run();
+}
+
} // namespace metrics
« no previous file with comments | « components/metrics/test_metrics_service_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698