Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / common / service_registry.h
index b0ec520..be2294e 100644 (file)
@@ -28,7 +28,9 @@ class CONTENT_EXPORT ServiceRegistry {
   // Make the service created by |service_factory| available to the remote
   // ServiceProvider. In response to each request for a service,
   // |service_factory| will be run with an InterfaceRequest<Interface>
-  // representing that request.
+  // representing that request. Adding a factory for an already registered
+  // service will override the factory. Existing connections to the service are
+  // unaffected.
   template <typename Interface>
   void AddService(const base::Callback<void(mojo::InterfaceRequest<Interface>)>
                       service_factory) {