Commit 51b93f4d authored by Evgene Gubernatorov's avatar Evgene Gubernatorov Committed by Commit Bot

Small fix for crrev.com/c/738858.

R=wez@chromium.org,rsesek@chromium.org
Bug: 772552

Change-Id: I666f2ae1ea4a423250b53715b2957d3a87165935
Reviewed-on: https://chromium-review.googlesource.com/787891Reviewed-by: default avatarWez <wez@chromium.org>
Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Reviewed-by: default avatarKen Rockot <rockot@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#520613}
parent b9c54031
......@@ -303,7 +303,7 @@ void AdjustLinuxOOMScore(const std::string& process_type) {
// and resources loaded.
bool SubprocessNeedsResourceBundle(const std::string& process_type) {
return
#if defined(OS_POSIX) && !defined(OS_MACOSX)
#if defined(OS_LINUX)
// The zygote process opens the resources for the renderers.
process_type == switches::kZygoteProcess ||
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment