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

Unified Diff: chromeos/network/device_state.cc

Issue 419683010: Initialize DeviceState member (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/device_state.cc
diff --git a/chromeos/network/device_state.cc b/chromeos/network/device_state.cc
index 0eff05e22db43e95b77615fa4526255797b623eb..41b74c0358661c3dbe1aee6f124ccef4f8ee87a7 100644
--- a/chromeos/network/device_state.cc
+++ b/chromeos/network/device_state.cc
@@ -20,6 +20,7 @@ DeviceState::DeviceState(const std::string& path)
provider_requires_roaming_(false),
support_network_scan_(false),
scanning_(false),
+ sim_retries_left_(0),
sim_lock_enabled_(false),
sim_present_(true),
eap_authentication_completed_(false) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698