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

Unified Diff: ipc/ipc_channel_nacl.cc

Issue 553283002: IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: ipc/ipc_channel_nacl.cc
diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc
index 704f7d88d4267023e18af0f7c5d71e57405198cb..b762f0238fdad7ef10610705ed5239fd0a2cc721 100644
--- a/ipc/ipc_channel_nacl.cc
+++ b/ipc/ipc_channel_nacl.cc
@@ -374,6 +374,9 @@ void ChannelNacl::HandleInternalMessage(const Message& msg) {
NOTREACHED();
}
+void ChannelNacl::OnClientLaunched(base::ProcessHandle handle) {
+}
+
// Channel's methods
// static
« no previous file with comments | « ipc/ipc_channel_nacl.h ('k') | ipc/ipc_channel_proxy.h » ('j') | ipc/ipc_test_base.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698