summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp/bindings/lib/interface_endpoint_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/cpp/bindings/lib/interface_endpoint_client.h')
-rw-r--r--mojo/public/cpp/bindings/lib/interface_endpoint_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/public/cpp/bindings/lib/interface_endpoint_client.h b/mojo/public/cpp/bindings/lib/interface_endpoint_client.h
index 12ecbcc..548ca38 100644
--- a/mojo/public/cpp/bindings/lib/interface_endpoint_client.h
+++ b/mojo/public/cpp/bindings/lib/interface_endpoint_client.h
@@ -60,6 +60,7 @@ class InterfaceEndpointClient : public MessageReceiverWithResponder {
MultiplexRouter* router() const { return handle_.router(); }
AssociatedGroup* associated_group();
+ uint32_t interface_id() const;
// After this call the object is in an invalid state and shouldn't be reused.
ScopedInterfaceEndpointHandle PassHandle();