Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1172)

Unified Diff: content/browser/child_process_launcher_helper.h

Issue 2843063002: Remove post_launch_on_client_thread_called (Closed)
Patch Set: Remove post_launch_on_client_thread_called Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/child_process_launcher_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..71329561f18cbef2b6e439d7c1e8fc3c5b1511fd 100644
--- a/content/browser/child_process_launcher_helper.h
+++ b/content/browser/child_process_launcher_helper.h
@@ -122,14 +122,10 @@ class ChildProcessLauncherHelper :
const base::LaunchOptions& options);
// Called once the process has been created, successfully or not.
- // If |post_launch_on_client_thread_called| is false,
- // 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);
« no previous file with comments | « no previous file | content/browser/child_process_launcher_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698