| Index: chromeos/dbus/shill_manager_client.h
|
| diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h
|
| index db40be3e3c29777fb7e241d332dfea8d19f09333..352614b6c726cf28dce3032d0a24bbfb9f18b33b 100644
|
| --- a/chromeos/dbus/shill_manager_client.h
|
| +++ b/chromeos/dbus/shill_manager_client.h
|
| @@ -47,6 +47,7 @@ class CHROMEOS_EXPORT ShillManagerClient {
|
| size_t index,
|
| bool add_to_watch_list) = 0;
|
| virtual void RemoveService(const std::string& service_path) = 0;
|
| + virtual void ClearServices() = 0;
|
| virtual void AddTechnology(const std::string& type, bool enabled) = 0;
|
| virtual void RemoveTechnology(const std::string& type) = 0;
|
| virtual void AddGeoNetwork(const std::string& technology,
|
|
|