Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: chromeos/dbus/shill_manager_client.h

Issue 11192024: Add chromeos::NetworkStateManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase with dbus tests in trunk Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698