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

Unified Diff: chromeos/dbus/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/flimflam_ipconfig_client.h
diff --git a/chromeos/dbus/flimflam_ipconfig_client.h b/chromeos/dbus/flimflam_ipconfig_client.h
index 19e9a980a40a20caf6492aa463d757bb75ae888f..e3686fa7728894f881ef14ae5e840458b77498b2 100644
--- a/chromeos/dbus/flimflam_ipconfig_client.h
+++ b/chromeos/dbus/flimflam_ipconfig_client.h
@@ -52,6 +52,11 @@ class CHROMEOS_EXPORT FlimflamIPConfigClient {
virtual void ResetPropertyChangedHandler(
const dbus::ObjectPath& ipconfig_path) = 0;
+ // Refreshes the active IP configuration after service property changes and
+ // renews the DHCP lease, if any.
+ virtual void Refresh(const dbus::ObjectPath& ipconfig_path,
+ const VoidDBusMethodCallback& callback) = 0;
+
// Calls GetProperties method.
// |callback| is called after the method call succeeds.
virtual void GetProperties(const dbus::ObjectPath& ipconfig_path,

Powered by Google App Engine
This is Rietveld 408576698