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

Unified Diff: dbus/mock_object_proxy.h

Issue 11413165: Makes IBusConfigClient initialize asynchronous. (Closed) Base URL: http://git.chromium.org/chromium/src.git@base
Patch Set: Created 8 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
Index: dbus/mock_object_proxy.h
diff --git a/dbus/mock_object_proxy.h b/dbus/mock_object_proxy.h
index e820f45a08b97517233b75f5b26a63622f0d914f..228dc025c9898cf0bf5bb93dee2636a3042f3e09 100644
--- a/dbus/mock_object_proxy.h
+++ b/dbus/mock_object_proxy.h
@@ -29,6 +29,7 @@ class MockObjectProxy : public ObjectProxy {
int timeout_ms,
ResponseCallback callback,
ErrorCallback error_callback));
+ MOCK_METHOD1(SetNameOwnerChangedCallback, void(SignalCallback callback));
MOCK_METHOD4(ConnectToSignal,
void(const std::string& interface_name,
const std::string& signal_name,

Powered by Google App Engine
This is Rietveld 408576698