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

Unified Diff: chromeos/dbus/mock_flimflam_service_client.h

Issue 10170020: Rework chromeos::FlimflamDevice/ServiceClient with CallMethodWithErrorCallback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 8 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/mock_flimflam_device_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_flimflam_service_client.h
diff --git a/chromeos/dbus/mock_flimflam_service_client.h b/chromeos/dbus/mock_flimflam_service_client.h
index 4a67b4b4727e367e7fe224b639ea06be609e7b93..bbfe6ec5e0fd91daad55b311d97fb2e6916ab4ae 100644
--- a/chromeos/dbus/mock_flimflam_service_client.h
+++ b/chromeos/dbus/mock_flimflam_service_client.h
@@ -31,8 +31,9 @@ class MockFlimflamServiceClient : public FlimflamServiceClient {
MOCK_METHOD3(ClearProperty, void(const dbus::ObjectPath& service_path,
const std::string& name,
const VoidCallback& callback));
- MOCK_METHOD2(Connect, void(const dbus::ObjectPath& service_path,
- const VoidCallback& callback));
+ MOCK_METHOD3(Connect, void(const dbus::ObjectPath& service_path,
+ const base::Closure& callback,
+ const ErrorCallback& error_callback));
MOCK_METHOD2(Disconnect, void(const dbus::ObjectPath& service_path,
const VoidCallback& callback));
MOCK_METHOD2(Remove, void(const dbus::ObjectPath& service_path,
« no previous file with comments | « chromeos/dbus/mock_flimflam_device_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698