Index: ipc/ipc_mojo_bootstrap.h |
diff --git a/ipc/ipc_mojo_bootstrap.h b/ipc/ipc_mojo_bootstrap.h |
index 312003aedb275df6edb03b8471de0763d4228c4b..1d632d3db5136d326788fceaa584f80867b57005 100644 |
--- a/ipc/ipc_mojo_bootstrap.h |
+++ b/ipc/ipc_mojo_bootstrap.h |
@@ -15,6 +15,7 @@ |
#include "ipc/ipc.mojom.h" |
#include "ipc/ipc_channel.h" |
#include "ipc/ipc_listener.h" |
+#include "mojo/public/cpp/bindings/associated_group.h" |
#include "mojo/public/cpp/system/message_pipe.h" |
namespace IPC { |
@@ -51,6 +52,8 @@ class IPC_EXPORT MojoBootstrap { |
// Start the handshake over the underlying message pipe. |
virtual void Connect() = 0; |
+ virtual mojo::AssociatedGroup* GetAssociatedGroup() = 0; |
+ |
// GetSelfPID returns our PID. |
base::ProcessId GetSelfPID() const; |