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

Unified Diff: ipc/mojo/ipc_mojo_bootstrap.h

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 5 years, 2 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/mojo/ipc_mojo_bootstrap.h
diff --git a/ipc/mojo/ipc_mojo_bootstrap.h b/ipc/mojo/ipc_mojo_bootstrap.h
index c1ee64c678492391ac9fa6810ff87bf31c9137ec..27a038baa5e3dffc28bba7672b29da4539f365c1 100644
--- a/ipc/mojo/ipc_mojo_bootstrap.h
+++ b/ipc/mojo/ipc_mojo_bootstrap.h
@@ -28,7 +28,8 @@ class IPC_MOJO_EXPORT MojoBootstrap : public Listener {
class Delegate {
public:
virtual void OnPipeAvailable(
- mojo::embedder::ScopedPlatformHandle handle) = 0;
+ mojo::embedder::ScopedPlatformHandle handle,
+ int32 peer_pid) = 0;
virtual void OnBootstrapError() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698