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

Unified Diff: components/arc/metrics/arc_metrics_service.h

Issue 2906503003: ARC: Add BootType parameter to ReportBootProgress() in metrics.mojom (Closed)
Patch Set: 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/arc/metrics/arc_metrics_service.h
diff --git a/components/arc/metrics/arc_metrics_service.h b/components/arc/metrics/arc_metrics_service.h
index df591222c82d85591ba4730771c3411c5de46653..a7ebc521b6d750b211fe5f6a2d52b204d9caed01 100644
--- a/components/arc/metrics/arc_metrics_service.h
+++ b/components/arc/metrics/arc_metrics_service.h
@@ -41,6 +41,9 @@ class ArcMetricsService
// MetricsHost overrides.
void ReportBootProgress(
std::vector<mojom::BootProgressEventPtr> events) override;
+ void ReportBootProgressWithType(
+ std::vector<mojom::BootProgressEventPtr> events,
+ mojom::BootType boot_type) override;
private:
bool CalledOnValidThread();

Powered by Google App Engine
This is Rietveld 408576698