| 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 4ab1f177e77bfe12c1dd80773927d55dd5c88104..315f9ea88c5a653558e62dee123171d1d255d96f 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| @@ -143,7 +143,6 @@ class NavigationHandleImplTest : public RenderViewHostImplTestHarness {
|
| test_handle_->WillProcessResponse(
|
| main_test_rfh(),
|
| scoped_refptr<net::HttpResponseHeaders>(), SSLStatus(),
|
| - GlobalRequestID(), false, false, false, base::Closure(),
|
| base::Bind(&NavigationHandleImplTest::UpdateThrottleCheckResult,
|
| base::Unretained(this)));
|
| }
|
|
|