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, |