Index: chromeos/dbus/shill_manager_client.h |
diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h |
index d64772ba4c9d84797c2530f021e71367f46b43e0..4952ae3e3bd00a45b0a0a633f18fdd5707220594 100644 |
--- a/chromeos/dbus/shill_manager_client.h |
+++ b/chromeos/dbus/shill_manager_client.h |
@@ -65,7 +65,8 @@ class CHROMEOS_EXPORT ShillManagerClient : public DBusClient { |
virtual void AddManagerService(const std::string& service_path, |
bool add_to_visible_list, |
bool add_to_watch_list) = 0; |
- virtual void RemoveManagerService(const std::string& service_path) = 0; |
+ virtual void RemoveManagerService(const std::string& service_path, |
pneubeck (no reviews)
2014/05/16 13:18:55
comment above doesn't apply anymore.
stevenjb
2014/05/16 17:35:23
Done.
|
+ bool remove_from_complete_list) = 0; |
virtual void ClearManagerServices() = 0; |
// Called by ShillServiceClient when a service's State property changes, |