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>2012-11-07 10:14:59 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-07 10:14:59 +0000
commit3c8bd113b0da75a274072e543c314a8c19288429 (patch)
tree70993526ffd965ea57989435fafe33fbc50788f3 /chromeos/dbus/shill_service_client.h
parent51ed599857bf45c7ea54761dfce58691fe9c657e (diff)
downloadchromium_src-3c8bd113b0da75a274072e543c314a8c19288429.zip
chromium_src-3c8bd113b0da75a274072e543c314a8c19288429.tar.gz
chromium_src-3c8bd113b0da75a274072e543c314a8c19288429.tar.bz2
Add chromeos::NetworkStateManager to src/chromeos/network.
The intention for this class is to provide up-to-date state information about the network for the majority of the network related UI. It should also serve as a foundation for classes monitoring the state of the active network. This code is not designed to provide detailed information about specific network service or device properties, not should it provide the ability to set (configure) those properties. BUG=154072 Review URL: https://chromiumcodereview.appspot.com/11192024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166375 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/shill_service_client.h')
-rw-r--r--chromeos/dbus/shill_service_client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
index 0563aa4..44fb9ba 100644
--- a/chromeos/dbus/shill_service_client.h
+++ b/chromeos/dbus/shill_service_client.h
@@ -46,8 +46,7 @@ class CHROMEOS_EXPORT ShillServiceClient {
virtual void AddService(const std::string& service_path,
const std::string& name,
const std::string& type,
- const std::string& state,
- const std::string& security) = 0;
+ const std::string& state) = 0;
virtual void RemoveService(const std::string& service_path) = 0;
virtual void SetServiceProperty(const std::string& service_path,
const std::string& property,