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

Unified Diff: components/metrics/metrics_provider.cc

Issue 2918533003: Send metrics with embedded system profiles after system startup. (Closed)
Patch Set: load profile from only the first found source Created 3 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
Index: components/metrics/metrics_provider.cc
diff --git a/components/metrics/metrics_provider.cc b/components/metrics/metrics_provider.cc
index fd864e41136ebaa916cc16496777de8fbc970a59..317cc13d090cc018cdb79045b8dd8af234bd1f50 100644
--- a/components/metrics/metrics_provider.cc
+++ b/components/metrics/metrics_provider.cc
@@ -27,6 +27,11 @@ void MetricsProvider::OnRecordingDisabled() {
void MetricsProvider::OnAppEnterBackground() {
}
+bool MetricsProvider::ProvideStabilitySystemProfile(
+ SystemProfileProto* system_profile_proto) {
+ return false;
+}
+
void MetricsProvider::ProvideSystemProfileMetrics(
SystemProfileProto* system_profile_proto) {
}

Powered by Google App Engine
This is Rietveld 408576698