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

Unified Diff: chromeos/dbus/shill_service_client.h

Issue 12381002: Improve network stub behavior (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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_service_client.h
diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
index b12cc3734f02f4ca41f60972737e543566d040e8..7f9e9b149419fffbd5ae0dd7c8190edd4d43e43d 100644
--- a/chromeos/dbus/shill_service_client.h
+++ b/chromeos/dbus/shill_service_client.h
@@ -47,11 +47,14 @@ class CHROMEOS_EXPORT ShillServiceClient {
virtual void AddService(const std::string& service_path,
const std::string& name,
const std::string& type,
- const std::string& state) = 0;
+ const std::string& state,
+ bool add_to_watch_list) = 0;
virtual void RemoveService(const std::string& service_path) = 0;
virtual void SetServiceProperty(const std::string& service_path,
const std::string& property,
const base::Value& value) = 0;
+ virtual const base::DictionaryValue* GetServiceProperties(
+ const std::string& service_path) const = 0;
virtual void ClearServices() = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698