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

Unified Diff: main.cc

Issue 5205002: AU: Manual proxy support (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: missed one fix for review Created 10 years, 1 month 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 | « libcurl_http_fetcher.cc ('k') | mock_http_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: main.cc
diff --git a/main.cc b/main.cc
old mode 100644
new mode 100755
index 0e5d3bc3085d8c02c7674fa76b885b6742b2b244..9dae81ad9aa4069b5003aa7110ff01423f821f95
--- a/main.cc
+++ b/main.cc
@@ -17,6 +17,7 @@
#include <sys/stat.h>
#include "update_engine/dbus_constants.h"
+#include "update_engine/dbus_interface.h"
#include "update_engine/dbus_service.h"
#include "update_engine/prefs.h"
#include "update_engine/subprocess.h"
@@ -180,8 +181,10 @@ int main(int argc, char** argv) {
metrics_lib.Init();
// Create the update attempter:
+ chromeos_update_engine::ConcreteDbusGlib dbus;
chromeos_update_engine::UpdateAttempter update_attempter(&prefs,
- &metrics_lib);
+ &metrics_lib,
+ &dbus);
// Create the dbus service object:
dbus_g_object_type_install_info(UPDATE_ENGINE_TYPE_SERVICE,
« no previous file with comments | « libcurl_http_fetcher.cc ('k') | mock_http_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698