Stop setting helper process names on OS X

See https://codereview.chromium.org/45253002.
This commit is contained in:
Adam Roben 2013-12-02 11:40:43 -05:00
parent ab8cb1e3a5
commit 9c5b81bf7a
3 changed files with 0 additions and 20 deletions

View file

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