#include "chrome/common/profiler/core_unwinders.h"
#include "base/profiler/core_unwinders.h"
#include "build/build_config.h"
static_assert(!BUILDFLAG(IS_ANDROID),
"Android platform should use core_unwinders_android.cc instead");
bool AreUnwindPrerequisitesAvailable(
version_info::Channel channel,
UnwindPrerequisitesDelegate* prerequites_delegate) {
return true;
}
void RequestUnwindPrerequisitesInstallation(
version_info::Channel channel,
UnwindPrerequisitesDelegate* prerequites_delegate) {}
base::StackSamplingProfiler::UnwindersFactory CreateCoreUnwindersFactory() {
return base::CreateCoreUnwindersFactory();
}