| Index: base/profiler/native_stack_sampler.h
|
| diff --git a/base/profiler/native_stack_sampler.h b/base/profiler/native_stack_sampler.h
|
| index c7ef84ae31ca8033a09146a1ecb19a831daa4744..d33543f5a99c5b457a932bf0a77a66100d444f79 100644
|
| --- a/base/profiler/native_stack_sampler.h
|
| +++ b/base/profiler/native_stack_sampler.h
|
| @@ -27,6 +27,7 @@ class NativeStackSampler {
|
| // null if this platform does not support stack sampling.
|
| static std::unique_ptr<NativeStackSampler> Create(
|
| PlatformThreadId thread_id,
|
| + StackSamplingProfiler::AnnotateCallback annotator,
|
| NativeStackSamplerTestDelegate* test_delegate);
|
|
|
| // The following functions are all called on the SamplingThread (not the
|
|
|