diff options
Diffstat (limited to 'chrome/app/chrome_dll_main.cc')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 756fa96..ff9464a 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -344,10 +344,6 @@ int ChromeMain(int argc, char** argv) { #else CommandLine::Init(argc, argv); #endif -#if defined(OS_LINUX) - // Set up CommandLine::SetProcTitle() support. - CommandLine::SetTrueArgv(argv); -#endif const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess(); std::wstring process_type = |