Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: chromeos/network/cros_network_functions.h

Issue 12279012: Change the modem reset command on cellular activation completion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/dbus/shill_service_client_stub.cc ('k') | chromeos/network/cros_network_functions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chromeos/dbus/shill_service_client_stub.cc ('k') | chromeos/network/cros_network_functions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698