diff options
Diffstat (limited to 'chrome/gpu/gpu_main.cc')
-rw-r--r-- | chrome/gpu/gpu_main.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/gpu/gpu_main.cc b/chrome/gpu/gpu_main.cc index 2464c2f..2ef1b10 100644 --- a/chrome/gpu/gpu_main.cc +++ b/chrome/gpu/gpu_main.cc @@ -64,13 +64,6 @@ int GpuMain(const MainFunctionParams& parameters) { InitCrashReporter(); #endif -#if defined(OS_LINUX) - // On Linux we exec ourselves from /proc/self/exe, but that makes the - // process name that shows up in "ps" etc. for the GPU process show as - // "exe" instead of "chrome" or something reasonable. Try to fix it. - CommandLine::SetProcTitle(); -#endif - const CommandLine& command_line = parameters.command_line_; if (command_line.HasSwitch(switches::kGpuStartupDialog)) { ChildProcess::WaitForDebugger(L"Gpu"); |