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

Unified Diff: dbus_service.cc

Issue 3179014: Remove obsolete CheckForUpdate/check_for_update D-Bus method. (Closed) Base URL: http://src.chromium.org/git/update_engine.git
Patch Set: Created 10 years, 4 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 | « dbus_service.h ('k') | update_engine.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus_service.cc
diff --git a/dbus_service.cc b/dbus_service.cc
index 4a05160eb234bae50433a59eed2e2a6d988330f5..d5bf13f5243736acf5f18f23f36719f045ad7aef 100644
--- a/dbus_service.cc
+++ b/dbus_service.cc
@@ -59,12 +59,6 @@ gboolean update_engine_service_attempt_update(UpdateEngineService* self,
return TRUE;
}
-gboolean update_engine_service_check_for_update(UpdateEngineService* self,
- GError **error) {
- self->update_attempter_->CheckForUpdate("", "");
- return TRUE;
-}
-
gboolean update_engine_service_get_status(UpdateEngineService* self,
int64_t* last_checked_time,
double* progress,
« no previous file with comments | « dbus_service.h ('k') | update_engine.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698