blob: 9e09b353b66fb418f42c6289fbf45397c4000ee9 [file] [log] [blame]
<?xml version="1.0" ?>
<!--
Copyright 2016 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<node name="/org/chromium/ImageLoader">
<interface name="org.chromium.ImageLoaderInterface">
<method name="RegisterComponent">
<arg type="s" name="name" direction="in"/>
<arg type="s" name="version" direction="in" />
<arg type="s" name="component_folder_abs_path" direction="in"/>
<arg type="b" name="success" direction="out" />
</method>
<method name="GetComponentVersion">
<arg type="s" name="name" direction="in" />
<arg type="s" name="version" direction="out" />
</method>
</interface>
</node>