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

Unified Diff: dbus_service.h

Issue 4094001: AU: Provide a D-Bus API for changing the update track. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: review comments 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 | « no previous file | dbus_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus_service.h
diff --git a/dbus_service.h b/dbus_service.h
index 8c92995e4684641c93ee966227fd1f5f49c6917c..b802faece095e5d1f99c56bd4b4033857f9fdb57 100644
--- a/dbus_service.h
+++ b/dbus_service.h
@@ -62,6 +62,10 @@ gboolean update_engine_service_get_status(UpdateEngineService* self,
gboolean update_engine_service_reboot_if_needed(UpdateEngineService* self,
GError **error);
+gboolean update_engine_service_set_track(UpdateEngineService* self,
+ gchar* track,
+ GError **error);
+
gboolean update_engine_service_emit_status_update(
UpdateEngineService* self,
gint64 last_checked_time,
« no previous file with comments | « no previous file | dbus_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698