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

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

Issue 2906503003: ARC: Add BootType parameter to ReportBootProgress() in metrics.mojom (Closed)
Patch Set: Address more comments 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
« no previous file with comments | « components/arc/common/metrics.mojom ('k') | components/arc/metrics/arc_metrics_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5395dddef8787406868cf14c3bd20a8e64d51427 100644
--- a/components/arc/metrics/arc_metrics_service.h
+++ b/components/arc/metrics/arc_metrics_service.h
@@ -39,8 +39,8 @@ class ArcMetricsService
void OnProcessInstanceClosed();
// MetricsHost overrides.
- void ReportBootProgress(
- std::vector<mojom::BootProgressEventPtr> events) override;
+ void ReportBootProgress(std::vector<mojom::BootProgressEventPtr> events,
+ mojom::BootType boot_type) override;
private:
bool CalledOnValidThread();
« no previous file with comments | « components/arc/common/metrics.mojom ('k') | components/arc/metrics/arc_metrics_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698