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

Unified Diff: update_engine.xml

Issue 4181001: AU: Implement getting of tracks through GetTrack. (Closed) Base URL: http://git.chromium.org/git/update_engine.git
Patch Set: sort by names Created 10 years, 2 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
« no previous file with comments | « omaha_request_params.cc ('k') | update_engine_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_engine.xml
diff --git a/update_engine.xml b/update_engine.xml
index 73bc92e0d36768a6be108ca2c6a318df245bb2f7..2008d2d3cdbf9985261e695fe8808f36f1af45e2 100644
--- a/update_engine.xml
+++ b/update_engine.xml
@@ -18,6 +18,9 @@
<arg type="s" name="new_version" direction="out" />
<arg type="x" name="new_size" direction="out" />
</method>
+ <method name="GetTrack">
+ <arg type="s" name="track" direction="out" />
+ </method>
<method name="RebootIfNeeded">
</method>
<method name="SetTrack">
« no previous file with comments | « omaha_request_params.cc ('k') | update_engine_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698