Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: src/platform/update_engine/update_engine.xml

Issue 2037002: AU: DBus support. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: fixes for review Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/update_engine/update_engine.xml
diff --git a/src/platform/update_engine/update_engine.xml b/src/platform/update_engine/update_engine.xml
index 11c804fb7a2e0b665e462a294544124a5652a4eb..f5faaeb2398edbe3d445bc35e86652b9a0bfb1a0 100644
--- a/src/platform/update_engine/update_engine.xml
+++ b/src/platform/update_engine/update_engine.xml
@@ -14,5 +14,14 @@
<arg type="s" name="new_version" direction="out" />
<arg type="x" name="new_size" direction="out" />
</method>
+ <method name="CheckForUpdate">
+ </method>
+ <signal name="StatusUpdate">
+ <arg type="x" name="last_checked_time" />
+ <arg type="d" name="progress" />
+ <arg type="s" name="current_operation" />
+ <arg type="s" name="new_version" />
+ <arg type="x" name="new_size" />
+ </signal>
</interface>
</node>

Powered by Google App Engine
This is Rietveld 408576698