| Index: chromeos/dbus/shill_manager_client.h
|
| diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h
|
| index 23ca24a18b3bcbfdc2a2a810ed4c85bd331dbe5e..9b9541dadfb1377058733cf458190f9dacc871a3 100644
|
| --- a/chromeos/dbus/shill_manager_client.h
|
| +++ b/chromeos/dbus/shill_manager_client.h
|
| @@ -62,7 +62,8 @@ class CHROMEOS_EXPORT ShillManagerClient : public DBusClient {
|
| const base::Value& value) = 0;
|
|
|
| // Modify services in the Manager's list.
|
| - virtual void AddManagerService(const std::string& service_path) = 0;
|
| + virtual void AddManagerService(const std::string& service_path,
|
| + bool notify_observers) = 0;
|
| virtual void RemoveManagerService(const std::string& service_path) = 0;
|
| virtual void ClearManagerServices() = 0;
|
|
|
|
|