Index: content/public/browser/browser_child_process_host.h |
=================================================================== |
--- content/public/browser/browser_child_process_host.h (revision 146883) |
+++ content/public/browser/browser_child_process_host.h (working copy) |
@@ -33,6 +33,7 @@ |
virtual ~BrowserChildProcessHost() {} |
// Derived classes call this to launch the child process asynchronously. |
+ // Takes ownership of |cmd_line|. |
virtual void Launch( |
#if defined(OS_WIN) |
const FilePath& exposed_dir, |