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

Unified Diff: chromeos/dbus/mock_flimflam_ipconfig_client.h

Issue 10824242: This adds Cros API for calling the "Refresh" function on shill's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
Index: chromeos/dbus/mock_flimflam_ipconfig_client.h
diff --git a/chromeos/dbus/mock_flimflam_ipconfig_client.h b/chromeos/dbus/mock_flimflam_ipconfig_client.h
index bf0e0142de0dd74ce2ea5c583b1f8b57e0ed8277..52d2dee6a575924aadc1838aa23d191bebf5f18e 100644
--- a/chromeos/dbus/mock_flimflam_ipconfig_client.h
+++ b/chromeos/dbus/mock_flimflam_ipconfig_client.h
@@ -22,6 +22,8 @@ class MockFlimflamIPConfigClient : public FlimflamIPConfigClient {
const PropertyChangedHandler& handler));
MOCK_METHOD1(ResetPropertyChangedHandler,
void(const dbus::ObjectPath& ipconfig_path));
+ MOCK_METHOD2(Refresh, void(const dbus::ObjectPath& ipconfig_path,
+ const VoidDBusMethodCallback& callback));
MOCK_METHOD2(GetProperties, void(const dbus::ObjectPath& ipconfig_path,
const DictionaryValueCallback& callback));
MOCK_METHOD1(CallGetPropertiesAndBlock,

Powered by Google App Engine
This is Rietveld 408576698