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

Unified Diff: components/metrics/metrics_log_store.cc

Issue 2918533003: Send metrics with embedded system profiles after system startup. (Closed)
Patch Set: addressed final review comments Created 3 years, 6 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_log.cc ('k') | components/metrics/metrics_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_log_store.cc
diff --git a/components/metrics/metrics_log_store.cc b/components/metrics/metrics_log_store.cc
index 8b1ec2a710ff7ff53f488f7d1142096e2d857002..30cbe6cfb97deefbac4bb4a81e84f0300f9d613b 100644
--- a/components/metrics/metrics_log_store.cc
+++ b/components/metrics/metrics_log_store.cc
@@ -73,6 +73,7 @@ void MetricsLogStore::StoreLog(const std::string& log_data,
initial_log_queue_.StoreLog(log_data);
break;
case MetricsLog::ONGOING_LOG:
+ case MetricsLog::INDEPENDENT_LOG:
ongoing_log_queue_.StoreLog(log_data);
break;
}
« no previous file with comments | « components/metrics/metrics_log.cc ('k') | components/metrics/metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698