Chromium Code Reviews| Index: net/http/transport_security_state.cc |
| diff --git a/net/http/transport_security_state.cc b/net/http/transport_security_state.cc |
| index b343223430245fc9e3764cf770dba270e3c5b693..db03902a4a105a9897c88b8925f3a5419fbe8354 100644 |
| --- a/net/http/transport_security_state.cc |
| +++ b/net/http/transport_security_state.cc |
| @@ -1033,6 +1033,9 @@ bool TransportSecurityState::GetStaticDomainState(const std::string& host, |
| return false; |
| const Pinset *pinset = &kPinsets[result.pinset_id]; |
| + if (pinset->report_uri != kNoReportUri) |
|
agl
2015/08/07 23:10:01
Will need to be kNoReportURI since I changed the c
estark
2015/08/10 05:34:26
Done.
|
| + pkp_state->report_uri = GURL(pinset->report_uri); |
| + |
| if (pinset->accepted_pins) { |
| const char* const* sha1_hash = pinset->accepted_pins; |
| while (*sha1_hash) { |