Index: chromeos/dbus/shill_service_client_stub.h |
diff --git a/chromeos/dbus/shill_service_client_stub.h b/chromeos/dbus/shill_service_client_stub.h |
index cc268540088b9fac1b1543c5af1f213337a892c0..cddaaef60f02bbab2252039a777f26242bf9a746 100644 |
--- a/chromeos/dbus/shill_service_client_stub.h |
+++ b/chromeos/dbus/shill_service_client_stub.h |
@@ -58,6 +58,10 @@ class ShillServiceClientStub : public ShillServiceClient, |
const std::string& carrier, |
const base::Closure& callback, |
const ErrorCallback& error_callback) OVERRIDE; |
+ virtual void CompleteCellularActivation( |
+ const dbus::ObjectPath& service_path, |
+ const base::Closure& callback, |
+ const ErrorCallback& error_callback) OVERRIDE; |
virtual bool CallActivateCellularModemAndBlock( |
const dbus::ObjectPath& service_path, |
const std::string& carrier) OVERRIDE; |