From b74d21b3c259338797d1b722d74bae7fc540fb52 Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" Date: Fri, 17 Jul 2009 19:36:00 +0000 Subject: Fix comment for posix LaunchApp wrt PATH searching. (Behavior was changed in r4515 but the comment wasn't updated to match.) BUG=none TEST=none Review URL: http://codereview.chromium.org/159022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20983 0039d316-1c4b-4281-b951-d872f2087c98 --- base/process_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base') diff --git a/base/process_util.h b/base/process_util.h index 706cf5f..f3e47fd 100644 --- a/base/process_util.h +++ b/base/process_util.h @@ -135,8 +135,8 @@ bool LaunchApp(const std::wstring& cmdline, // As above, if wait is true, execute synchronously. The pid will be stored // in process_handle if that pointer is non-null. // -// Note that the first argument in argv must point to the filename, -// and must be fully specified. +// Note that the first argument in argv must point to the executable filename. +// If the filename is not fully specified, PATH will be searched. typedef std::vector > file_handle_mapping_vector; bool LaunchApp(const std::vector& argv, const file_handle_mapping_vector& fds_to_remap, -- cgit v1.1