Correctly quotes the argv on Windows

This commit is contained in:
Cheng Zhao 2016-06-02 21:10:39 +09:00
parent 8435f1c900
commit 3de41fb22d
3 changed files with 56 additions and 4 deletions

View file

@ -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