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

Unified Diff: content/browser/browser_child_process_host_impl.cc

Issue 2522453002: Return after reposting BrowserChildProcessHostImpl::OnMojoError() on the right thread (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_child_process_host_impl.cc
diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
index c9111f13740a04879e5b31dc49c85300bcee7c1c..c786b11b297cb2accdb11f6e0765ed8ad9c88d7a 100644
--- a/content/browser/browser_child_process_host_impl.cc
+++ b/content/browser/browser_child_process_host_impl.cc
@@ -585,6 +585,7 @@ void BrowserChildProcessHostImpl::OnMojoError(
task_runner->PostTask(
FROM_HERE, base::Bind(&BrowserChildProcessHostImpl::OnMojoError,
process, task_runner, error));
+ return;
}
if (!process)
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698