DescriptionFix uninitialized member in SafeBrowsingDatabaseNew.
Switch to using delegating constructors (https://chromium-cpp.appspot.com/) to streamline initialization.
This was probably not an issue in practice as |change_detected_| is only read in UpdateFinished() and is always set in UpdateStarted().
BUG=Uninitialized |change_detected_| member.
Committed: https://crrev.com/7cd21209b80f6fd444e866f2090705b8f2b575f9
Cr-Commit-Position: refs/heads/master@{#305103}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|