Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / public / interfaces / application / service_provider.mojom
index 1d006b4..00eb057 100644 (file)
@@ -10,7 +10,7 @@ module mojo {
 interface ServiceProvider {
   // Connect the given message pipe handle to the named service. If the named
   // service does not exist, then the handle will be closed.
-  ConnectToService(string interface_name, handle<message_pipe> pipe);
+  ConnectToService(string? interface_name, handle<message_pipe>? pipe);
 };
 
 }