summaryrefslogtreecommitdiffstats
path: root/base/process_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/process_util.h')
-rw-r--r--base/process_util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/process_util.h b/base/process_util.h
index b8bcfd4..d6aed0d 100644
--- a/base/process_util.h
+++ b/base/process_util.h
@@ -232,8 +232,7 @@ bool LaunchApp(const CommandLine& cl,
// Executes the application specified by |cl| and wait for it to exit. Stores
// the output (stdout) in |output|. Redirects stderr to /dev/null. Returns true
// on success (application launched and exited cleanly, with exit code
-// indicating success). |output| is modified only when the function finished
-// successfully.
+// indicating success).
bool GetAppOutput(const CommandLine& cl, std::string* output);
#if defined(OS_POSIX)