• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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>
12    <method name="GetKioskAppRequiredPlatformVersion">
13      <arg name="required_platform_version" type="s" direction="out" />
14    </method>
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>
24