Index: components/metrics/public/interfaces/call_stack_profile_collector_test.mojom |
diff --git a/components/metrics/public/interfaces/call_stack_profile_collector_test.mojom b/components/metrics/public/interfaces/call_stack_profile_collector_test.mojom |
index 55369dbffd850ac2bd5c63f732fcee78366c6d2f..2c7f1c1471a86928a48f53d3eff4b402ebdde671 100644 |
--- a/components/metrics/public/interfaces/call_stack_profile_collector_test.mojom |
+++ b/components/metrics/public/interfaces/call_stack_profile_collector_test.mojom |
@@ -17,8 +17,17 @@ interface CallStackProfileCollectorTest { |
BounceProfile(CallStackProfile in) => (CallStackProfile out); |
[Sync] |
+ BounceProcess(Process in) => (Process out); |
+ |
+ [Sync] |
+ BounceThread(Thread in) => (Thread out); |
+ |
+ [Sync] |
BounceTrigger(Trigger in) => (Trigger out); |
[Sync] |
BounceSampleOrderingSpec(SampleOrderingSpec in) => (SampleOrderingSpec out); |
+ |
+ [Sync] |
+ BounceCallStackProfileParams(CallStackProfileParams in) => (CallStackProfileParams out); |
}; |