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

Unified Diff: components/metrics.gypi

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 feedback. 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
Index: components/metrics.gypi
diff --git a/components/metrics.gypi b/components/metrics.gypi
index 25c17ebc80955187b6b29e1ab5b1811bd5d2ede8..2cc3fe34dd8d1242d1c98b87190a9573d14aa033 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -18,6 +18,8 @@
'variations',
],
'sources': [
+ 'metrics/clean_exit_beacon.cc',
+ 'metrics/clean_exit_beacon.h',
'metrics/client_info.cc',
'metrics/client_info.h',
'metrics/cloned_install_detector.cc',

Powered by Google App Engine
This is Rietveld 408576698