DescriptionFix SSL bad clock interstitial crash
security_interstitials::MetricsHelper shouldn't try to send Rappor
reports if the Rappor report type hasn't been set, even if the caller
specified a RapporService. A crash was happening because the
MetricsHelper *was* trying to send reports with an invalid report type.
The root cause of the bug is that the constructor was setting
|rappor_service| instead of |rappor_service_|.
BUG=515564
R=estark@chromium.org
Committed: https://crrev.com/159abd0551976b9a6c5095314c0b7696b383f753
Cr-Commit-Position: refs/heads/master@{#341264}
Patch Set 1 : Ready for review #Patch Set 2 : Same mistake on the next line #Patch Set 3 : And for good measure, history_service_ too #
Total comments: 2
Patch Set 4 : I hate underscores (history service) #Messages
Total messages: 9 (2 generated)
|