| Index: content/browser/zygote_host/zygote_host_impl_linux.cc
|
| diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| index a11d51faea3c9b2fb85e9d337c09e0b0a76f404e..dadd99e8cf3773e850c2e2fed5641e0c8cc78afc 100644
|
| --- a/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| +++ b/content/browser/zygote_host/zygote_host_impl_linux.cc
|
| @@ -487,7 +487,7 @@ void ZygoteHostImpl::AdjustRendererOOMScore(base::ProcessHandle pid,
|
| // If heap profiling is running, these processes are not exiting, at least
|
| // on ChromeOS. The easiest thing to do is not launch them when profiling.
|
| // TODO(stevenjb): Investigate further and fix.
|
| - if (IsHeapProfilerRunning())
|
| + if (base::allocator::IsHeapProfilerRunning())
|
| return;
|
| #endif
|
| std::vector<std::string> adj_oom_score_cmdline;
|
|
|