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

Unified Diff: chromeos/dbus/shill_service_client.h

Issue 11192024: Add chromeos::NetworkStateManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback 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_service_client.h
diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
index 0563aa4b37ce0f607ca6306a5bfeb7adc6306c0a..44fb9ba74c27de8057a82e0d1bc54758627ac1fe 100644
--- a/chromeos/dbus/shill_service_client.h
+++ b/chromeos/dbus/shill_service_client.h
@@ -46,8 +46,7 @@ class CHROMEOS_EXPORT ShillServiceClient {
virtual void AddService(const std::string& service_path,
const std::string& name,
const std::string& type,
- const std::string& state,
- const std::string& security) = 0;
+ const std::string& state) = 0;
virtual void RemoveService(const std::string& service_path) = 0;
virtual void SetServiceProperty(const std::string& service_path,
const std::string& property,

Powered by Google App Engine
This is Rietveld 408576698