Index: chromeos/dbus/shill_manager_client_stub.h |
diff --git a/chromeos/dbus/shill_manager_client_stub.h b/chromeos/dbus/shill_manager_client_stub.h |
index eebea3681a82c0a3cefd41e92c85863557db8c76..2a2c03ff0c5de9b53612dc1c961b8b6b4f5c000e 100644 |
--- a/chromeos/dbus/shill_manager_client_stub.h |
+++ b/chromeos/dbus/shill_manager_client_stub.h |
@@ -112,6 +112,9 @@ class ShillManagerClientStub : public ShillManagerClient, |
void NotifyObserversPropertyChanged(const std::string& property); |
base::ListValue* GetListProperty(const std::string& property); |
bool TechnologyEnabled(const std::string& type) const; |
+ void SetTechnologyEnabled(const std::string& type, |
+ const base::Closure& callback, |
+ bool enabled); |
base::ListValue* GetEnabledServiceList(const std::string& property) const; |
// Dictionary of property name -> property value |