Rename the Helper process to Renderer/Plug-In Host/Utility as appropriate

This matches Chrome.
This commit is contained in:
Adam Roben 2013-07-17 11:04:45 -04:00
parent 33b574b434
commit bacf11d53f
3 changed files with 24 additions and 0 deletions

View file

@ -34,6 +34,7 @@ void MainDelegate::PreSandboxStartup() {
#if defined(OS_MACOSX)
OverrideChildProcessPath();
OverrideFrameworkBundlePath();
SetProcessName();
#endif
InitializeResourceBundle();
}