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

Unified Diff: components/metrics_services_manager/metrics_services_manager.cc

Issue 2221833005: Adding support for sampling crashes in Chrome on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scottmg's comments, adding DCHECK Created 4 years, 4 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_services_manager/metrics_services_manager.cc
diff --git a/components/metrics_services_manager/metrics_services_manager.cc b/components/metrics_services_manager/metrics_services_manager.cc
index d30b9d7aa7fe6034028c266c8422dfcfdeb34758..43250401e2524f15f999e86774bdbf99210649c3 100644
--- a/components/metrics_services_manager/metrics_services_manager.cc
+++ b/components/metrics_services_manager/metrics_services_manager.cc
@@ -85,6 +85,8 @@ void MetricsServicesManager::UpdateRunningServices() {
return;
}
+ client_->UpdateRunningServices(may_record_, may_upload_);
+
if (may_record_) {
if (!metrics->recording_active())
metrics->Start();
« no previous file with comments | « components/crash/content/app/crashpad.cc ('k') | components/metrics_services_manager/metrics_services_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698