Index: chromeos/network/cros_network_functions.h |
diff --git a/chromeos/network/cros_network_functions.h b/chromeos/network/cros_network_functions.h |
index ddc44811956bcce971a47a93f2b9ee7d0c0eb1ec..09fafc1bebaf94701ba7c475553661f8fb4bd9af 100644 |
--- a/chromeos/network/cros_network_functions.h |
+++ b/chromeos/network/cros_network_functions.h |
@@ -62,6 +62,9 @@ class CHROMEOS_EXPORT CrosNetworkWatcher { |
CHROMEOS_EXPORT bool CrosActivateCellularModem(const std::string& service_path, |
const std::string& carrier); |
+// Completes the activation for the cellular modem specified by |service_path|. |
+CHROMEOS_EXPORT void CrosCompleteCellularActivation( |
+ const std::string& service_path); |
// Sets a property of a service to the provided value. |
// Success is indicated by the receipt of a matching PropertyChanged signal. |