| Index: third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| index 3f78de43b237ed18a0ef784352798895cfc797bc..1b0888b9b9f4ed44dfb8a356b3139ce84163ab30 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| @@ -245,6 +245,8 @@ class FrameFetchContextModifyRequestTest : public FrameFetchContextTest {
|
| EXPECT_EQ(expectedURL.port(), resourceRequest.url().port());
|
| EXPECT_EQ(expectedURL.hasPort(), resourceRequest.url().hasPort());
|
| EXPECT_EQ(expectedURL.path(), resourceRequest.url().path());
|
| + EXPECT_EQ(document->getInsecureRequestPolicy(),
|
| + resourceRequest.getInsecureRequestPolicy());
|
| }
|
|
|
| void expectUpgradeInsecureRequestHeader(const char* input,
|
|
|