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

Unified Diff: chromeos/network/cros_network_functions.cc

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/network/cros_network_functions.h ('k') | chromeos/network/cros_network_functions_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/cros_network_functions.cc
diff --git a/chromeos/network/cros_network_functions.cc b/chromeos/network/cros_network_functions.cc
index c38c5e01dce4c419c095ce3b930590f29eef6c07..43f36ce759ceb17ffb644da495aa00f06561c92b 100644
--- a/chromeos/network/cros_network_functions.cc
+++ b/chromeos/network/cros_network_functions.cc
@@ -318,6 +318,13 @@ bool CrosActivateCellularModem(const std::string& service_path,
carrier);
}
+void CrosCompleteCellularActivation(const std::string& service_path) {
+ return DBusThreadManager::Get()->GetShillServiceClient()->
+ CompleteCellularActivation(dbus::ObjectPath(service_path),
+ base::Bind(&DoNothing),
+ base::Bind(&IgnoreErrors));
+}
+
void CrosSetNetworkServiceProperty(const std::string& service_path,
const std::string& property,
const base::Value& value) {
« no previous file with comments | « chromeos/network/cros_network_functions.h ('k') | chromeos/network/cros_network_functions_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698