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

Unified Diff: content/common/mojo/mojo_shell_connection_impl.cc

Issue 1685183004: Bootstrap Mojo IPC independent of Chrome IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « content/common/mojo/mojo_messages.h ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mojo/mojo_shell_connection_impl.cc
diff --git a/content/common/mojo/mojo_shell_connection_impl.cc b/content/common/mojo/mojo_shell_connection_impl.cc
index 6b19b3f2e57375366b2a8246ae90d689bf830981..f63154000239cb9c868561cb08360b303cdeb8dc 100644
--- a/content/common/mojo/mojo_shell_connection_impl.cc
+++ b/content/common/mojo/mojo_shell_connection_impl.cc
@@ -85,6 +85,7 @@ void MojoShellConnectionImpl::WaitForShell(
runner_connection_.reset(mojo::shell::RunnerConnection::ConnectToRunner(
&request, std::move(handle), false /* exit_on_error */));
if (!runner_connection_) {
+ DLOG(ERROR) << "Unable to connect to the Mojo shell.";
delete this;
lazy_tls_ptr.Pointer()->Set(nullptr);
return;
« no previous file with comments | « content/common/mojo/mojo_messages.h ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698