| 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 d6392f5e962c0558984e6173da41fd5f59e103d0..4d9059c433332ef72892814cb9dfb5b3eb9dda1a 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_unittest.cc
|
| @@ -143,6 +143,7 @@ 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)));
|
| }
|
|
|