Chromium Code Reviews| Index: components/security_state/content/content_utils.cc |
| diff --git a/components/security_state/content/content_utils.cc b/components/security_state/content/content_utils.cc |
| index 3b1b4133917d536701ccd4ad7469c42c20f5d45a..e828ebf5a03502b597ade7cc94be0a9b6d2a8f5b 100644 |
| --- a/components/security_state/content/content_utils.cc |
| +++ b/components/security_state/content/content_utils.cc |
| @@ -306,8 +306,8 @@ blink::WebSecurityStyle GetSecurityStyle( |
| if (security_info.pkp_bypassed) { |
| security_style_explanations->info_explanations.push_back( |
| content::SecurityStyleExplanation( |
| - "Public-Key Pinning Bypassed", |
| - "Public-key pinning was bypassed by a local root certificate.")); |
| + "Public-Key-Pinning bypassed", |
|
estark
2017/05/19 18:35:07
Huh. These should be in components/security_state_
elawrence
2017/05/19 19:02:24
Done.
|
| + "Public-Key-Pinning was bypassed by a local root certificate.")); |
| } |
| return security_style; |