| Index: content/browser/site_per_process_browsertest.cc
|
| diff --git a/content/browser/site_per_process_browsertest.cc b/content/browser/site_per_process_browsertest.cc
|
| index 92628471cf7048d46e46597fc0340557251288f1..e8d13bf00795bd6d708ab87e069a5ed5004536f0 100644
|
| --- a/content/browser/site_per_process_browsertest.cc
|
| +++ b/content/browser/site_per_process_browsertest.cc
|
| @@ -6739,8 +6739,7 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessIgnoreCertErrorsBrowserTest,
|
| ASSERT_TRUE(entry);
|
|
|
| // The main page was loaded with certificate errors.
|
| - EXPECT_EQ(SECURITY_STYLE_AUTHENTICATION_BROKEN,
|
| - entry->GetSSL().security_style);
|
| + EXPECT_TRUE(net::IsCertStatusError(entry->GetSSL().cert_status));
|
|
|
| // The image that the iframe loaded had certificate errors also, so
|
| // the page should be marked as having displayed subresources with
|
|
|