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

Unified Diff: chromeos/dbus/peer_daemon_manager_client.cc

Issue 847313003: Fix DBus client binding to Manager interface of peerd. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « chromeos/dbus/dbus_thread_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/peer_daemon_manager_client.cc
diff --git a/chromeos/dbus/peer_daemon_manager_client.cc b/chromeos/dbus/peer_daemon_manager_client.cc
index 99a362a29c6158d40307408e0eb16a8049576e60..92f90a0c5a49955edfb09453b291f966b2902d4b 100644
--- a/chromeos/dbus/peer_daemon_manager_client.cc
+++ b/chromeos/dbus/peer_daemon_manager_client.cc
@@ -19,7 +19,7 @@ namespace {
// TODO(benchan): Move these constants to system_api.
namespace peerd {
const char kPeerdServiceName[] = "org.chromium.peerd";
-const char kPeerdServicePath[] = "/org/chromium/peerd";
+const char kPeerdServicePath[] = "/org/chromium/peerd/Manager";
wiley 2015/01/14 18:20:03 Calling this DBus path ServicePath is misleading.
dtapuska 2015/01/14 19:04:34 Done.
const char kManagerInterface[] = "org.chromium.peerd.Manager";
const char kStartMonitoringMethod[] = "StartMonitoring";
const char kStopMonitoringMethod[] = "StopMonitoring";
« no previous file with comments | « chromeos/dbus/dbus_thread_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698