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..162d33ab1bf76da4797eff75ae499b91476c8c3b 100644 |
--- a/chromeos/dbus/shill_manager_client_stub.h |
+++ b/chromeos/dbus/shill_manager_client_stub.h |
@@ -113,6 +113,8 @@ class ShillManagerClientStub : public ShillManagerClient, |
base::ListValue* GetListProperty(const std::string& property); |
bool TechnologyEnabled(const std::string& type) const; |
base::ListValue* GetEnabledServiceList(const std::string& property) const; |
+ void ScanCompleted(const std::string& device_path, |
+ const base::Closure& callback); |
// Dictionary of property name -> property value |
base::DictionaryValue stub_properties_; |