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

@ -42,7 +42,6 @@ class MainDelegate : public content::ContentMainDelegate {
static base::FilePath GetResourcesPakFilePath();
static void OverrideChildProcessPath();
static void OverrideFrameworkBundlePath();
static void SetProcessName();
#endif
scoped_ptr<ContentClient> content_client_;