blob: 2ea8313028be2bd1348de23ced442fea289f716c [file] [log] [blame]
Alex Deymo30534502015-07-20 15:06:33 -07001<?xml version="1.0" encoding="UTF-8" ?>
2
3<node name="/org/chromium/LibCrosService"
4 xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
5 <interface name="org.chromium.LibCrosServiceInterface">
6 <method name="ResolveNetworkProxy">
7 <arg name="source_url" type="s" direction="in" />
8 <arg name="signal_interface" type="s" direction="in" />
9 <arg name="signal_name" type="s" direction="in" />
10 <annotation name="org.chromium.DBus.Method.Kind" value="simple" />
11 </method>
12 </interface>
13 <interface name="org.chromium.UpdateEngineLibcrosProxyResolvedInterface">
14 <signal name="ProxyResolved">
15 <arg name="source_url" type="s" direction="out" />
16 <arg name="proxy_info" type="s" direction="out" />
17 <arg name="error_message" type="s" direction="out" />
18 </signal>
19 </interface>
20</node>