| Index: base/command_line.h
|
| diff --git a/base/command_line.h b/base/command_line.h
|
| index c895b817daa04d5e2a6c8fff0e3438cf1068f0a9..d128d49d878ad5f41d757e98a8a6cc37043d27f4 100644
|
| --- a/base/command_line.h
|
| +++ b/base/command_line.h
|
| @@ -45,6 +45,9 @@ class CommandLine {
|
| // TODO(port): should be a FilePath.
|
| explicit CommandLine(const std::wstring& program);
|
|
|
| + // Uninit and free the current process's command line.
|
| + static void Reset();
|
| +
|
| // Initialize the current process CommandLine singleton. On Windows,
|
| // ignores its arguments (we instead parse GetCommandLineW()
|
| // directly) because we don't trust the CRT's parsing of the command
|
|
|