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>2013-07-03 10:45:58 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-03 10:45:58 +0000
commitce21fc613336439b575823b7e223b3bf9f36da0c (patch)
tree1a7ccf12cd2a74f2b352acc8ac9a6acde9aefef6 /chromeos/dbus/shill_service_client.h
parent4b95f6f0055436bb5d33091182a4f58df9d6501d (diff)
downloadchromium_src-ce21fc613336439b575823b7e223b3bf9f36da0c.zip
chromium_src-ce21fc613336439b575823b7e223b3bf9f36da0c.tar.gz
chromium_src-ce21fc613336439b575823b7e223b3bf9f36da0c.tar.bz2
Support network Favorite/Preferred list and removal
This CL tracks Manager.ServiceCompleteList to provide a list of favorite/preferred networks to the UI. It uses Service.GetLoadableProfileEntries to remove preferred services. A test UI is provided in the status area (behind a flag). Stub behavior is updated to enable testing the UI on Linux. BUG=251922 Review URL: https://chromiumcodereview.appspot.com/17778003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/shill_service_client.h')
-rw-r--r--chromeos/dbus/shill_service_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
index 3a3b3fa..4050c63 100644
--- a/chromeos/dbus/shill_service_client.h
+++ b/chromeos/dbus/shill_service_client.h
@@ -48,12 +48,14 @@ class CHROMEOS_EXPORT ShillServiceClient {
const std::string& name,
const std::string& type,
const std::string& state,
+ bool add_to_visible_list,
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_visible_list,
bool add_to_watch_list) = 0;
virtual void RemoveService(const std::string& service_path) = 0;
virtual void SetServiceProperty(const std::string& service_path,