Chromium Code Reviews| Index: base/command_line.h |
| =================================================================== |
| --- base/command_line.h (revision 47684) |
| +++ base/command_line.h (working copy) |
| @@ -148,6 +148,9 @@ |
| 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). |