| Index: components/metrics/public/interfaces/call_stack_profile_collector.mojom
|
| diff --git a/components/metrics/public/interfaces/call_stack_profile_collector.mojom b/components/metrics/public/interfaces/call_stack_profile_collector.mojom
|
| index 97295c8cd6415d4eca88bc5491375f6552b9d77c..ca3fe794e3bb63bba439fa7ca4230f47cd93aef3 100644
|
| --- a/components/metrics/public/interfaces/call_stack_profile_collector.mojom
|
| +++ b/components/metrics/public/interfaces/call_stack_profile_collector.mojom
|
| @@ -22,7 +22,7 @@ struct CallStackFrame {
|
|
|
| struct CallStackSample {
|
| array<CallStackFrame> frames;
|
| - uint32 process_phases;
|
| + uint32 process_milestones;
|
| };
|
|
|
| struct CallStackProfile {
|
|
|