Index: chromeos/dbus/shill_manager_client.h |
diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h |
index 01dd63a0dfa0aa646eeee5a6423f7f4ab4d138e6..17dff8c6ffeb69103072d4eece90a23a86f42679 100644 |
--- a/chromeos/dbus/shill_manager_client.h |
+++ b/chromeos/dbus/shill_manager_client.h |
@@ -40,6 +40,8 @@ class CHROMEOS_EXPORT ShillManagerClient { |
virtual void RemoveDevice(const std::string& device_path) = 0; |
virtual void AddService(const std::string& service_path, |
bool add_to_watch_list) = 0; |
+ virtual void InsertService(const std::string& service_path, |
hashimoto
2012/11/05 04:03:03
Please describe the difference between AddService
stevenjb
2012/11/05 22:42:35
Renamed AddServiceAtIndex.
|
+ size_t index) = 0; |
hashimoto
2012/11/05 04:03:03
We might need to have add_to_watch_list here too?
stevenjb
2012/11/05 22:42:35
Done.
|
virtual void RemoveService(const std::string& service_path) = 0; |
virtual void AddTechnology(const std::string& type, bool enabled) = 0; |
virtual void RemoveTechnology(const std::string& type) = 0; |