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

Unified Diff: chrome/browser/chromeos/mobile/mobile_activator.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 | « chrome/browser/chromeos/cros/network_library.cc ('k') | chromeos/dbus/mock_shill_service_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/mobile/mobile_activator.cc
diff --git a/chrome/browser/chromeos/mobile/mobile_activator.cc b/chrome/browser/chromeos/mobile/mobile_activator.cc
index 0c4357f4daf51a3b31f903f0204743149986a2b9..8fa4b0aae0ef6e8a3e1d011ceee0bf5fda243981 100644
--- a/chrome/browser/chromeos/mobile/mobile_activator.cc
+++ b/chrome/browser/chromeos/mobile/mobile_activator.cc
@@ -279,8 +279,7 @@ void MobileActivator::HandleSetTransactionStatus(bool success) {
CellularNetwork* network = FindMatchingCellularNetwork(true);
if (network && network->activate_over_non_cellular_network()) {
state_ = PLAN_ACTIVATION_DONE;
- // We're done with activation, reset the cellular device.
- lib->ResetModem();
+ network->CompleteActivation();
EvaluateCellularNetwork(network);
} else {
StartOTASP();
« no previous file with comments | « chrome/browser/chromeos/cros/network_library.cc ('k') | chromeos/dbus/mock_shill_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698