| 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 a8c7aa64023ed5536351e75accffc6e6047204fd..ff2f74896b714d699edd58909c65ccb3510d2011 100644
 | 
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
 | 
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
 | 
| @@ -68,7 +68,7 @@
 | 
|    void SetUp() override {
 | 
|      RenderViewHostImplTestHarness::SetUp();
 | 
|      test_handle_ = NavigationHandleImpl::Create(
 | 
| -        GURL(), main_test_rfh()->frame_tree_node(), true, false,
 | 
| +        GURL(), main_test_rfh()->frame_tree_node(), true, false, false,
 | 
|          base::TimeTicks::Now(), 0, false);
 | 
|      EXPECT_EQ(REQUEST_CONTEXT_TYPE_UNSPECIFIED,
 | 
|                test_handle_->request_context_type_);
 | 
| 
 |