summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_service_client.h
diff options
context:
space:
mode:
authorgauravsh@chromium.org <gauravsh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-02 23:24:28 +0000
committergauravsh@chromium.org <gauravsh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-02 23:24:28 +0000
commit362fb225a9ad9e27a4f04b11893c0f0b0fb4865d (patch)
tree16da62d553439fa2123ce5d41e1cd0ebfe8a3194 /chromeos/dbus/shill_service_client.h
parent5b2c5f170fd5677a3ad640c390fb24c75873fa3d (diff)
downloadchromium_src-362fb225a9ad9e27a4f04b11893c0f0b0fb4865d.zip
chromium_src-362fb225a9ad9e27a4f04b11893c0f0b0fb4865d.tar.gz
chromium_src-362fb225a9ad9e27a4f04b11893c0f0b0fb4865d.tar.bz2
NetworkChangeNotifierChromeos: Handle IPConfig property changes on the default network
BUG=164501 TEST=verify that dns refreshes while in connected state result in a dns change. Review URL: https://chromiumcodereview.appspot.com/12634019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/shill_service_client.h')
-rw-r--r--chromeos/dbus/shill_service_client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
index 7f9e9b1..05713be 100644
--- a/chromeos/dbus/shill_service_client.h
+++ b/chromeos/dbus/shill_service_client.h
@@ -49,6 +49,12 @@ class CHROMEOS_EXPORT ShillServiceClient {
const std::string& type,
const std::string& state,
bool add_to_watch_list) = 0;
+ virtual void AddServiceWithIPConfig(const std::string& service_path,
+ const std::string& name,
+ const std::string& type,
+ const std::string& state,
+ const std::string& ipconfig_path,
+ bool add_to_watch_list) = 0;
virtual void RemoveService(const std::string& service_path) = 0;
virtual void SetServiceProperty(const std::string& service_path,
const std::string& property,