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 7a61153ffddec6aa66e7d6119c8add90722f5b45..f80362f93f60a05c58e696753e2740b98d402900 100644 |
--- a/chromeos/dbus/shill_manager_client_stub.h |
+++ b/chromeos/dbus/shill_manager_client_stub.h |
@@ -98,6 +98,8 @@ class ShillManagerClientStub : public ShillManagerClient, |
virtual void RemoveService(const std::string& service_path) OVERRIDE; |
virtual void AddTechnology(const std::string& type, bool enabled) OVERRIDE; |
virtual void RemoveTechnology(const std::string& type) OVERRIDE; |
+ virtual void SetTechnologyInitializing(const std::string& type, |
+ bool initializing) OVERRIDE; |
virtual void AddGeoNetwork(const std::string& technology, |
const base::DictionaryValue& network) OVERRIDE; |
virtual void ClearProperties() OVERRIDE; |