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

Unified Diff: chromeos/dbus/shill_manager_client.h

Issue 280023003: Implement networkingPrivate.getNetworks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback Created 6 years, 7 months 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 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,

Powered by Google App Engine
This is Rietveld 408576698