blob: 2da1929754fecdf37589a9e87143377b8a4553d4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/org/chromium/LibCrosService"
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.LibCrosServiceInterface">
<method name="ResolveNetworkProxy">
<arg name="source_url" type="s" direction="in" />
<arg name="signal_interface" type="s" direction="in" />
<arg name="signal_name" type="s" direction="in" />
<annotation name="org.chromium.DBus.Method.Kind" value="simple" />
</method>
<method name="GetKioskAppRequiredPlatformVersion">
<arg name="required_platform_version" type="s" direction="out" />
</method>
</interface>
<interface name="org.chromium.UpdateEngineLibcrosProxyResolvedInterface">
<signal name="ProxyResolved">
<arg name="source_url" type="s" direction="out" />
<arg name="proxy_info" type="s" direction="out" />
<arg name="error_message" type="s" direction="out" />
</signal>
</interface>
</node>