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

Unified Diff: chromeos_network.cc

Issue 6624026: libcros: fix up DBus signatures of new async routines (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cros.git@master
Patch Set: Rebase Created 9 years, 9 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: chromeos_network.cc
diff --git a/chromeos_network.cc b/chromeos_network.cc
index 05cf11d7f79363d380fb8cb70ce94ca928bd2214..97ecdf9e5b9a945953a7bf3161389564a42f4be7 100644
--- a/chromeos_network.cc
+++ b/chromeos_network.cc
@@ -1478,8 +1478,6 @@ void NetworkServiceConnectAsync(
&NetworkServiceConnectNotify,
cb_data,
&DeleteFlimflamCallbackData,
- DBUS_TYPE_G_OBJECT_PATH,
- &service_path,
G_TYPE_INVALID);
if (!call_id) {
LOG(ERROR) << "NULL call_id for: " << kFlimflamServiceInterface
@@ -1696,7 +1694,7 @@ void ChromeOSSetNetworkServiceProperty(const char* service_path,
&DeleteFlimflamCallbackData,
G_TYPE_STRING,
property,
- G_VALUE_TYPE(gsetting.get()),
+ G_TYPE_VALUE,
gsetting.get(),
G_TYPE_INVALID);
if (!call_id) {
« 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