| 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 54abb2e3d3ad72bb46b0181b65bb81c6f0b718a5..1055d44e9307d9f18eabfd50e3eac524dc4d133e 100644
|
| --- a/base/profiler/native_stack_sampler_posix.cc
|
| +++ b/base/profiler/native_stack_sampler_posix.cc
|
| @@ -13,4 +13,8 @@ std::unique_ptr<NativeStackSampler> NativeStackSampler::Create(
|
| return std::unique_ptr<NativeStackSampler>();
|
| }
|
|
|
| +size_t NativeStackSampler::GetStackBufferSize() {
|
| + return 0;
|
| +}
|
| +
|
| } // namespace base
|
|
|