summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_service_client.h
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-14 22:05:33 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-14 22:05:33 +0000
commit4b667c1bc4ade7722b443029637f9b5961e423cc (patch)
tree6f84707f9dc7b1822740236c3e9d81ed1070190f /chromeos/dbus/shill_service_client.h
parente596b9c1b77767b32e53f45141fd9f4fdfdd54df (diff)
downloadchromium_src-4b667c1bc4ade7722b443029637f9b5961e423cc.zip
chromium_src-4b667c1bc4ade7722b443029637f9b5961e423cc.tar.gz
chromium_src-4b667c1bc4ade7722b443029637f9b5961e423cc.tar.bz2
Improve functionality of FakeShillProfileClient
Note: The fake shill client behaviors are tested by the higher level tests that use them. They may be reaching a complexity level that merits explicit testing, but it's not clear whether or not that would actually be a win. These changes are being added to support https://codereview.chromium.org/275543005/. BUG=none R=pneubeck@chromium.org Review URL: https://codereview.chromium.org/284673004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/shill_service_client.h')
-rw-r--r--chromeos/dbus/shill_service_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
index 4fa4922..5e2e6de 100644
--- a/chromeos/dbus/shill_service_client.h
+++ b/chromeos/dbus/shill_service_client.h
@@ -51,6 +51,7 @@ class CHROMEOS_EXPORT ShillServiceClient : public DBusClient {
bool add_to_visible_list,
bool add_to_watch_list) = 0;
virtual void AddServiceWithIPConfig(const std::string& service_path,
+ const std::string& guid,
const std::string& name,
const std::string& type,
const std::string& state,