| 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 a894a88115b102dd08c78e03acdd3ecc6baea491..8cceba9b0c928fb678266bae431d5a27eb82b050 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| @@ -114,7 +114,7 @@ class NavigationHandleImplTest : public RenderViewHostImplTestHarness {
|
| // It's safe to use base::Unretained since the NavigationHandle is owned by
|
| // the NavigationHandleImplTest.
|
| test_handle_->WillStartRequest(
|
| - false, Referrer(), false, ui::PAGE_TRANSITION_LINK, false,
|
| + false, Referrer(), false, ui::PAGE_TRANSITION_LINK, false, false,
|
| base::Bind(&NavigationHandleImplTest::UpdateThrottleCheckResult,
|
| base::Unretained(this)));
|
| }
|
|
|