diff options
Diffstat (limited to 'base/command_line.h')
-rw-r--r-- | base/command_line.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/command_line.h b/base/command_line.h index 6b7d1f4..4fd8e4a 100644 --- a/base/command_line.h +++ b/base/command_line.h @@ -66,9 +66,6 @@ class CommandLine { // in |current_process_commandline_|. Used by the zygote host so that // renderers show up with --type=renderer. static void SetProcTitle(); - - // Needed to support SetProcTitle() on Linux. Should be called by main(). - static void SetTrueArgv(char** argv); #endif // Destroys the current process CommandLine singleton. This is necessary if |