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 f80362f93f60a05c58e696753e2740b98d402900..314713fdc0665f6e64e830f461689369ee2c8bf1 100644 |
--- a/chromeos/dbus/shill_manager_client_stub.h |
+++ b/chromeos/dbus/shill_manager_client_stub.h |
@@ -50,6 +50,11 @@ class ShillManagerClientStub : public ShillManagerClient, |
const base::DictionaryValue& properties, |
const ObjectPathCallback& callback, |
const ErrorCallback& error_callback) OVERRIDE; |
+ virtual void ConfigureServiceForProfile( |
+ const dbus::ObjectPath& profile_path, |
+ const base::DictionaryValue& properties, |
+ const ObjectPathCallback& callback, |
+ const ErrorCallback& error_callback) OVERRIDE; |
virtual void GetService( |
const base::DictionaryValue& properties, |
const ObjectPathCallback& callback, |