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

Unified Diff: dbus/exported_object.h

Issue 8124002: Eliminate hacks needed to work around a limitation of base::Bind() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | dbus/exported_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/exported_object.h
diff --git a/dbus/exported_object.h b/dbus/exported_object.h
index 41e8eece5a8968f833281380ae6ed5315e6f4676..a6edb97ac52b41dbed0cbab7dbf6bbf47f438880 100644
--- a/dbus/exported_object.h
+++ b/dbus/exported_object.h
@@ -108,7 +108,7 @@ class ExportedObject : public base::RefCountedThreadSafe<ExportedObject> {
// Helper function for SendSignal().
void SendSignalInternal(base::TimeTicks start_time,
- void* signal_message);
+ DBusMessage* signal_message);
// Registers this object to the bus.
// Returns true on success, or the object is already registered.
« no previous file with comments | « no previous file | dbus/exported_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698