Correctly quotes the argv on Windows
This commit is contained in:
parent
8435f1c900
commit
3de41fb22d
3 changed files with 56 additions and 4 deletions
|
@ -100,6 +100,8 @@ extern const CharType* kRelauncherArgSeparator;
|
|||
|
||||
#if defined(OS_WIN)
|
||||
StringType GetWaitEventName(base::ProcessId pid);
|
||||
|
||||
StringType ArgvToCommandLineString(const StringVector& argv);
|
||||
#endif
|
||||
|
||||
// In the relauncher process, performs the necessary synchronization steps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue