| Index: base/profiler/native_stack_sampler_posix.cc
|
| diff --git a/base/profiler/native_stack_sampler_posix.cc b/base/profiler/native_stack_sampler_posix.cc
|
| index a3867661cd801d299ea97bac9c387276700b30fa..54abb2e3d3ad72bb46b0181b65bb81c6f0b718a5 100644
|
| --- a/base/profiler/native_stack_sampler_posix.cc
|
| +++ b/base/profiler/native_stack_sampler_posix.cc
|
| @@ -8,6 +8,7 @@ namespace base {
|
|
|
| std::unique_ptr<NativeStackSampler> NativeStackSampler::Create(
|
| PlatformThreadId thread_id,
|
| + AnnotateCallback annotator,
|
| NativeStackSamplerTestDelegate* test_delegate) {
|
| return std::unique_ptr<NativeStackSampler>();
|
| }
|
|
|