From e5e19c3476afa746b3baec8be9ea12532452afbb Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Mon, 20 Apr 2009 22:10:02 +0000 Subject: posix: port PrependCommand to Windows and use for the plugin launcher. Review URL: http://codereview.chromium.org/88006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14065 0039d316-1c4b-4281-b951-d872f2087c98 --- base/command_line.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/command_line.h') diff --git a/base/command_line.h b/base/command_line.h index c727b8a..8271206 100644 --- a/base/command_line.h +++ b/base/command_line.h @@ -121,7 +121,7 @@ class CommandLine { bool include_program); // On POSIX systems it's common to run processes via a wrapper (like - // "valgrind" or "gdb --args"). *Note, only availible on POSIX* + // "valgrind" or "gdb --args"). void PrependWrapper(const std::wstring& wrapper); private: -- cgit v1.1