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

Unified Diff: components/metrics/metrics_service_client.cc

Issue 558683002: Extract the handling of the clean exit beacon from MetricsService. The extracted implementation sup… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments. Created 6 years, 3 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/metrics_service_client.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_service_client.cc
diff --git a/components/metrics/client_info.cc b/components/metrics/metrics_service_client.cc
similarity index 58%
copy from components/metrics/client_info.cc
copy to components/metrics/metrics_service_client.cc
index 57ad3947c1bd6b736b3acd2b3b15e20454f9f135..adc3e34afb66462b27569cb800ae2266e01a2482 100644
--- a/components/metrics/client_info.cc
+++ b/components/metrics/metrics_service_client.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/metrics/client_info.h"
+#include "components/metrics/metrics_service_client.h"
namespace metrics {
-ClientInfo::ClientInfo() : installation_date(0), reporting_enabled_date(0) {}
-
-ClientInfo::~ClientInfo() {}
+base::string16 MetricsServiceClient::GetRegistryBackupKey() {
+ return base::string16();
+}
} // namespace metrics
« no previous file with comments | « components/metrics/metrics_service_client.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698