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-06-06 23:36:19 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-06 23:36:19 +0000
commitca7d4e275f63f448258f6cd805d076340543221c (patch)
tree6698ecc8d0e9c151ff583d19b3827ca773267e70 /chromeos/dbus/shill_service_client.h
parentce8a1de39eb5d1f5119466ec78279946e18e3dd1 (diff)
downloadchromium_src-ca7d4e275f63f448258f6cd805d076340543221c.zip
chromium_src-ca7d4e275f63f448258f6cd805d076340543221c.tar.gz
chromium_src-ca7d4e275f63f448258f6cd805d076340543221c.tar.bz2
Clean up shill fake implementations
This is in preparation of merging NetworkState and FavoriteState, crbug.com/375955. The merge will involve a number of changes to ShillPropertyHandler and in the process of making those changes some additional logging and test cleanup was necessary that isn't directly related to the merge itself. BUG=none For trivial changes to chrome/browser/ui/webui/options/ TBR=dbeam@chromium.org Review URL: https://codereview.chromium.org/299403012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275551 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, 2 insertions, 4 deletions
diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
index 5e2e6de..40507fe 100644
--- a/chromeos/dbus/shill_service_client.h
+++ b/chromeos/dbus/shill_service_client.h
@@ -48,16 +48,14 @@ class CHROMEOS_EXPORT ShillServiceClient : public DBusClient {
const std::string& name,
const std::string& type,
const std::string& state,
- bool add_to_visible_list,
- bool add_to_watch_list) = 0;
+ bool add_to_visible_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,
const std::string& ipconfig_path,
- bool add_to_visible_list,
- bool add_to_watch_list) = 0;
+ bool add_to_visible_list) = 0;
// Removes a Service to the Manager and Service stubs.
virtual void RemoveService(const std::string& service_path) = 0;