Index: content/test/test_navigation_url_loader.cc |
diff --git a/content/test/test_navigation_url_loader.cc b/content/test/test_navigation_url_loader.cc |
index d054dc35faabe4639b6c5a5e405259e6c6549cfc..21877e6d2677f1256d1f4af6b401f620e2a9ceeb 100644 |
--- a/content/test/test_navigation_url_loader.cc |
+++ b/content/test/test_navigation_url_loader.cc |
@@ -40,7 +40,7 @@ void TestNavigationURLLoader::SimulateError(int error_code) { |
void TestNavigationURLLoader::CallOnRequestRedirected( |
const net::RedirectInfo& redirect_info, |
const scoped_refptr<ResourceResponse>& response) { |
- delegate_->OnRequestRedirected(redirect_info, response); |
+ delegate_->OnRequestRedirected(redirect_info, response, false); |
} |
void TestNavigationURLLoader::CallOnResponseStarted( |