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

Unified Diff: main.cc

Issue 6594025: AU: Full proxy support (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: fixes for review Created 9 years, 10 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_interface.h ('k') | mock_dbus_interface.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
index 9dae81ad9aa4069b5003aa7110ff01423f821f95..48ea9f17e3405002245e0832f0a88bcc616f62a2 100755
--- a/main.cc
+++ b/main.cc
@@ -74,7 +74,6 @@ void SetupDbusService(UpdateEngineService* service) {
DBUS_SERVICE_DBUS,
DBUS_PATH_DBUS,
DBUS_INTERFACE_DBUS);
-
guint32 request_name_ret;
if (!org_freedesktop_DBus_request_name(proxy,
kUpdateEngineServiceName,
@@ -146,6 +145,7 @@ void SetupLogging() {
logging::DONT_LOCK_LOG_FILE,
logging::APPEND_TO_OLD_LOG_FILE);
}
+
} // namespace {}
} // namespace chromeos_update_engine
« no previous file with comments | « dbus_interface.h ('k') | mock_dbus_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698