summaryrefslogtreecommitdiffstats
path: root/base/command_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/command_line.h')
-rw-r--r--base/command_line.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/command_line.h b/base/command_line.h
index 903e9b5..121eb8c 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