Alex Deymo | 3053450 | 2015-07-20 15:06:33 -0700 | [diff] [blame] | 1 | <?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 Xia | 6e30bc5 | 2016-02-24 15:35:42 -0800 | [diff] [blame^] | 12 | <method name="GetKioskAppRequiredPlatformVersion"> |
| 13 | <arg name="required_platform_version" type="s" direction="out" /> |
| 14 | </method> |
Alex Deymo | 3053450 | 2015-07-20 15:06:33 -0700 | [diff] [blame] | 15 | </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> |