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

Unified Diff: chromeos/dbus/shill_service_client_stub.h

Issue 12634019: NetworkChangeNotifierChromeos: Handle IPConfig property changes on the default network (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more cleanup Created 7 years, 9 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/shill_service_client_stub.h
diff --git a/chromeos/dbus/shill_service_client_stub.h b/chromeos/dbus/shill_service_client_stub.h
index d248494a4952239268f934a474265b0f6bf083e5..db5e1317ead2167aaf7b63372fdda76aef6dbe35 100644
--- a/chromeos/dbus/shill_service_client_stub.h
+++ b/chromeos/dbus/shill_service_client_stub.h
@@ -72,6 +72,7 @@ class ShillServiceClientStub : public ShillServiceClient,
const std::string& name,
const std::string& type,
const std::string& state,
+ const std::string& ipconfig_path,
bool add_to_watch_list) OVERRIDE;
virtual void RemoveService(const std::string& service_path) OVERRIDE;
virtual void SetServiceProperty(const std::string& service_path,

Powered by Google App Engine
This is Rietveld 408576698