| Index: third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp b/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
|
| index 2d7ba2b672531ee85ecb183815c94421a918a8ae..981a0d916f5f2c1b3cebfe649ab84c1b6cd3baad 100644
|
| --- a/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
|
| @@ -126,11 +126,12 @@ TEST(MixedContentCheckerTest, HandleCertificateError) {
|
| ResourceResponse response2;
|
| WebURLRequest::RequestContext requestContext =
|
| WebURLRequest::RequestContextImage;
|
| - ASSERT_EQ(WebMixedContent::ContextType::OptionallyBlockable,
|
| - WebMixedContent::contextTypeFromRequestContext(
|
| - requestContext, dummyPageHolder->frame()
|
| - .settings()
|
| - ->strictMixedContentCheckingForPlugin()));
|
| + ASSERT_EQ(
|
| + WebMixedContent::ContextType::OptionallyBlockable,
|
| + WebMixedContent::contextTypeFromRequestContext(
|
| + requestContext, dummyPageHolder->frame()
|
| + .settings()
|
| + ->getStrictMixedContentCheckingForPlugin()));
|
| response2.setURL(displayedUrl);
|
| EXPECT_CALL(*client, didDisplayContentWithCertificateErrors(displayedUrl));
|
| MixedContentChecker::handleCertificateError(
|
|
|