Index: mojo/public/cpp/application/service_provider_impl.h |
diff --git a/mojo/public/cpp/application/service_provider_impl.h b/mojo/public/cpp/application/service_provider_impl.h |
index 54adac77bf41cfbb9bb78102f517a1eb0cbefaa9..77a76445f408808823ee6abd7c7e9f6f17930c1f 100644 |
--- a/mojo/public/cpp/application/service_provider_impl.h |
+++ b/mojo/public/cpp/application/service_provider_impl.h |
@@ -35,7 +35,8 @@ class ServiceProviderImpl : public ServiceProvider { |
ServiceProviderImpl(); |
// Constructs this service provider implementation, binding it to the given |
- // interface request. |
+ // interface request. Note: If |service_provider_request| is not valid |
+ // ("pending"), then the object will be put into an unbound state. |
explicit ServiceProviderImpl( |
const ConnectionContext& connection_context, |
InterfaceRequest<ServiceProvider> service_provider_request); |