Index: chromeos/dbus/shill_service_client_stub.cc |
diff --git a/chromeos/dbus/shill_service_client_stub.cc b/chromeos/dbus/shill_service_client_stub.cc |
index edf422790e2db31a5732cb59710451cc95e2f629..088369307f5071414aff6d3d19b246140b942162 100644 |
--- a/chromeos/dbus/shill_service_client_stub.cc |
+++ b/chromeos/dbus/shill_service_client_stub.cc |
@@ -221,6 +221,15 @@ void ShillServiceClientStub::ActivateCellularModem( |
MessageLoop::current()->PostTask(FROM_HERE, callback); |
} |
+void ShillServiceClientStub::CompleteCellularActivation( |
+ const dbus::ObjectPath& service_path, |
+ const base::Closure& callback, |
+ const ErrorCallback& error_callback) { |
+ if (callback.is_null()) |
+ return; |
+ MessageLoop::current()->PostTask(FROM_HERE, callback); |
+} |
+ |
bool ShillServiceClientStub::CallActivateCellularModemAndBlock( |
const dbus::ObjectPath& service_path, |
const std::string& carrier) { |