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

Unified Diff: chrome/browser/chromeos/cros/network_library.cc

Issue 3606005: Hooked mobile activation UI with the new libcros additions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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
Index: chrome/browser/chromeos/cros/network_library.cc
===================================================================
--- chrome/browser/chromeos/cros/network_library.cc (revision 61908)
+++ chrome/browser/chromeos/cros/network_library.cc (working copy)
@@ -195,6 +195,24 @@
void CellularNetwork::Clear() {
WirelessNetwork::Clear();
+ activation_state_ = ACTIVATION_STATE_UNKNOWN;
+ roaming_state_ = ROAMING_STATE_UNKNOWN;
+ network_technology_ = NETWORK_TECHNOLOGY_UNKNOWN;
+ operator_name_.clear();
+ operator_code_.clear();
+ payment_url_.clear();
+ meid_.clear();
+ imei_.clear();
+ imsi_.clear();
+ esn_.clear();
+ mdn_.clear();
+ min_.clear();
+ model_id_.clear();
+ manufacturer_.clear();
+ firmware_revision_.clear();
+ hardware_revision_.clear();
+ last_update_.clear();
+ prl_version_ = 0;
}
void CellularNetwork::ConfigureFromService(const ServiceInfo& service) {

Powered by Google App Engine
This is Rietveld 408576698