| Index: update_engine.xml
|
| diff --git a/update_engine.xml b/update_engine.xml
|
| index 9cd9d42f7eb1346d3029740a07353f4e3683c679..5f2075165ecdcc09a13358d5def4f6fa351212eb 100644
|
| --- a/update_engine.xml
|
| +++ b/update_engine.xml
|
| @@ -7,6 +7,12 @@
|
| <interface name="org.chromium.UpdateEngineInterface">
|
| <annotation name="org.freedesktop.DBus.GLib.CSymbol"
|
| value="update_engine_service"/>
|
| + <method name="AttemptUpdate">
|
| + <arg type="s" name="app_version" />
|
| + <arg type="s" name="omaha_url" />
|
| + </method>
|
| + <method name="CheckForUpdate">
|
| + </method>
|
| <method name="GetStatus">
|
| <arg type="x" name="last_checked_time" direction="out" />
|
| <arg type="d" name="progress" direction="out" />
|
| @@ -14,11 +20,7 @@
|
| <arg type="s" name="new_version" direction="out" />
|
| <arg type="x" name="new_size" direction="out" />
|
| </method>
|
| - <method name="CheckForUpdate">
|
| - </method>
|
| - <method name="AttemptUpdate">
|
| - <arg type="s" name="app_version" />
|
| - <arg type="s" name="omaha_url" />
|
| + <method name="RebootIfNeeded">
|
| </method>
|
| <signal name="StatusUpdate">
|
| <arg type="x" name="last_checked_time" />
|
|
|