Chromium Code Reviews| 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..4d0d5b75e62abc8a248075ad334e43caf4c7e510 100644 |
| --- a/chrome/browser/chromeos/mobile/mobile_activator.cc |
| +++ b/chrome/browser/chromeos/mobile/mobile_activator.cc |
| @@ -280,7 +280,7 @@ void MobileActivator::HandleSetTransactionStatus(bool success) { |
| if (network && network->activate_over_non_cellular_network()) { |
| state_ = PLAN_ACTIVATION_DONE; |
| // We're done with activation, reset the cellular device. |
|
Greg Spencer (Chromium)
2013/02/15 22:32:14
Might want to update this comment, since you're no
rkc
2013/02/15 22:53:14
The comment isn't actually needed anymore since th
|
| - lib->ResetModem(); |
| + network->CompleteActivation(); |
| EvaluateCellularNetwork(network); |
| } else { |
| StartOTASP(); |