| Index: chromeos/dbus/shill_service_client.h
|
| diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
|
| index 5e2e6de1e171b07142a86a8d0297e6b270b5b51c..40507fea8b7be2d99111b04d6f888ea690720058 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;
|
|
|