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 864cb56..b6b1028 100644
--- a/base/command_line.h
+++ b/base/command_line.h
@@ -148,6 +148,9 @@ class CommandLine {
const std::vector<std::string>& argv() const {
return argv_;
}
+ // Try to match the same result as command_line_string() would get you
+ // on windows.
+ std::string command_line_string() const;
#endif
// Returns the program part of the command line string (the first item).