| Index: chrome/plugin/plugin_main.cc
|
| ===================================================================
|
| --- chrome/plugin/plugin_main.cc (revision 70263)
|
| +++ chrome/plugin/plugin_main.cc (working copy)
|
| @@ -99,10 +99,6 @@
|
| const CommandLine& parsed_command_line = parameters.command_line_;
|
|
|
| #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 plugins show as "exe"
|
| - // instead of "chrome" or something reasonable. Try to fix it.
|
| - CommandLine::SetProcTitle();
|
|
|
| #if defined(ARCH_CPU_64_BITS)
|
| WorkaroundFlashLAHF();
|
|
|