diff --git a/shell/app/electron_main_delegate.cc b/shell/app/electron_main_delegate.cc index e65333bc65ff..e19e9565adea 100644 --- a/shell/app/electron_main_delegate.cc +++ b/shell/app/electron_main_delegate.cc @@ -97,9 +97,9 @@ bool SubprocessNeedsResourceBundle(const std::string& process_type) { #if defined(OS_MAC) // Mac needs them too for scrollbar related images and for sandbox // profiles. - process_type == ::switches::kPpapiPluginProcess || process_type == ::switches::kGpuProcess || #endif + process_type == ::switches::kPpapiPluginProcess || process_type == ::switches::kRendererProcess || process_type == ::switches::kUtilityProcess; }