Index: content/browser/frame_host/navigation_handle_impl_unittest.cc |
diff --git a/content/browser/frame_host/navigation_handle_impl_unittest.cc b/content/browser/frame_host/navigation_handle_impl_unittest.cc |
index 0a1ec53a07d788c62b3f1609df4db094728684c0..8c9ef716c5db1f84bef8179eba326ca23a10b9ad 100644 |
--- a/content/browser/frame_host/navigation_handle_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc |
@@ -113,6 +113,7 @@ class NavigationHandleImplTest : public RenderViewHostImplTestHarness { |
test_handle_->WillStartRequest( |
"GET", nullptr, Referrer(), false, ui::PAGE_TRANSITION_LINK, false, |
REQUEST_CONTEXT_TYPE_LOCATION, |
+ blink::WebMixedContentContextType::Blockable, |
base::Bind(&NavigationHandleImplTest::UpdateThrottleCheckResult, |
base::Unretained(this))); |
} |