Commit 6a73206e authored by stevenjb@chromium.org's avatar stevenjb@chromium.org

Initialize DeviceState member

BUG=279351
TBR=armansito@chromium.org

Review URL: https://codereview.chromium.org/419683010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285720 0039d316-1c4b-4281-b951-d872f2087c98
parent 9561f8ae
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment