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-07-14 19:23:10 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-14 19:23:10 +0000
commit228b7d93eb3804edce4ddaa44f7839b7226c8739 (patch)
treecf136bf35bcec2cb642f9008a86d3aeaa67260e1 /chromeos/dbus/shill_service_client.h
parent6012d6ac14a3c188f8e997c7815cdcca29f300ed (diff)
downloadchromium_src-228b7d93eb3804edce4ddaa44f7839b7226c8739.zip
chromium_src-228b7d93eb3804edce4ddaa44f7839b7226c8739.tar.gz
chromium_src-228b7d93eb3804edce4ddaa44f7839b7226c8739.tar.bz2
Use GUID in captive portal API instead of service path
Also changes the fake implementations and other tests to explicitly specify guids. BUG=none For components/wifi/fake_wifi_service.cc: TBR=mef@chromium.org Review URL: https://codereview.chromium.org/377063003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282995 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 e8b950f..a2e8950 100644
--- a/chromeos/dbus/shill_service_client.h
+++ b/chromeos/dbus/shill_service_client.h
@@ -45,6 +45,7 @@ class CHROMEOS_EXPORT ShillServiceClient : public DBusClient {
public:
// Adds a Service to the Manager and Service stubs.
virtual void AddService(const std::string& service_path,
+ const std::string& guid,
const std::string& name,
const std::string& type,
const std::string& state,