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

Unified Diff: dbus_service.cc

Issue 3992001: AU: Really disable URL/version setting over D-Bus on official images. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: 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 | no next file » | 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 63fbf501da1f2c841d4166e63c3211ef782be261..08b953dd5f7a831e61d7a3c6157e0226475949f1 100644
--- a/dbus_service.cc
+++ b/dbus_service.cc
@@ -69,7 +69,7 @@ gboolean update_engine_service_attempt_update(UpdateEngineService* self,
}
LOG(INFO) << "Attempt update: app_version=\"" << update_app_version << "\" "
<< "omaha_url=\"" << update_omaha_url << "\"";
- self->update_attempter_->CheckForUpdate(app_version, omaha_url);
+ self->update_attempter_->CheckForUpdate(update_app_version, update_omaha_url);
return TRUE;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698