blob: 2da1929754fecdf37589a9e87143377b8a4553d4 [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>
Xiyuan Xia6e30bc52016-02-24 15:35:42 -080012 <method name="GetKioskAppRequiredPlatformVersion">
13 <arg name="required_platform_version" type="s" direction="out" />
14 </method>
Alex Deymo30534502015-07-20 15:06:33 -070015 </interface>
16 <interface name="org.chromium.UpdateEngineLibcrosProxyResolvedInterface">
17 <signal name="ProxyResolved">
18 <arg name="source_url" type="s" direction="out" />
19 <arg name="proxy_info" type="s" direction="out" />
20 <arg name="error_message" type="s" direction="out" />
21 </signal>
22 </interface>
23</node>