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

Unified Diff: components/cryptauth/remote_device.h

Issue 2915133002: Always initialize the are_beacon_seeds_loaded field of RemoteDevice. (Closed)
Patch Set: Created 3 years, 7 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 | components/cryptauth/remote_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/remote_device.h
diff --git a/components/cryptauth/remote_device.h b/components/cryptauth/remote_device.h
index cd4085f8d21bbb38269e4c0414921db2f8bd4e9a..7662b1a38c7d353830d397566c25adc62c698941 100644
--- a/components/cryptauth/remote_device.h
+++ b/components/cryptauth/remote_device.h
@@ -23,7 +23,7 @@ struct RemoteDevice {
// Note: To save space, the BeaconSeeds may not necessarily be included in
// this object.
- bool are_beacon_seeds_loaded;
+ bool are_beacon_seeds_loaded = false;
std::vector<BeaconSeed> beacon_seeds;
RemoteDevice();
« no previous file with comments | « no previous file | components/cryptauth/remote_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698