Chromium Code Reviews| Index: content/browser/child_process_launcher_helper.h |
| diff --git a/content/browser/child_process_launcher_helper.h b/content/browser/child_process_launcher_helper.h |
| index 6c8ed7dcc21f5825645a15b1a2b1d7016c1fb2b1..437c3af8b735f7cbd2201bea81daf3d972238c02 100644 |
| --- a/content/browser/child_process_launcher_helper.h |
| +++ b/content/browser/child_process_launcher_helper.h |
| @@ -125,11 +125,9 @@ class ChildProcessLauncherHelper : |
| // If |post_launch_on_client_thread_called| is false, |
|
Jay Civelli
2017/04/26 18:29:29
Remove this part of the comment.
boliu
2017/04/26 18:32:21
Oops, done
|
| // this calls PostLaunchOnClientThread on the client thread. |
| void PostLaunchOnLauncherThread(ChildProcessLauncherHelper::Process process, |
| - int launch_result, |
| - bool post_launch_on_client_thread_called); |
| + int launch_result); |
| - // Note that this could be called before PostLaunchOnLauncherThread() is |
| - // called. |
| + // Posted by PostLaunchOnLauncherThread onto the client thread. |
| void PostLaunchOnClientThread(ChildProcessLauncherHelper::Process process, |
| int error_code); |