| Index: content/test/test_navigation_url_loader_delegate.cc
|
| diff --git a/content/test/test_navigation_url_loader_delegate.cc b/content/test/test_navigation_url_loader_delegate.cc
|
| index 738166da7d1b9b6bbb33aeb451ecd73d0b7fe785..cc8f0b3b145eed869c277fd68f4d065eeeb9dcb5 100644
|
| --- a/content/test/test_navigation_url_loader_delegate.cc
|
| +++ b/content/test/test_navigation_url_loader_delegate.cc
|
| @@ -5,6 +5,7 @@
|
| #include "content/test/test_navigation_url_loader_delegate.h"
|
|
|
| #include "base/run_loop.h"
|
| +#include "content/public/browser/global_request_id.h"
|
| #include "content/public/browser/navigation_data.h"
|
| #include "content/public/browser/stream_handle.h"
|
| #include "content/public/common/resource_response.h"
|
| @@ -58,7 +59,10 @@ void TestNavigationURLLoaderDelegate::OnResponseStarted(
|
| const scoped_refptr<ResourceResponse>& response,
|
| std::unique_ptr<StreamHandle> body,
|
| const SSLStatus& ssl_status,
|
| - std::unique_ptr<NavigationData> navigation_data) {
|
| + std::unique_ptr<NavigationData> navigation_data,
|
| + const GlobalRequestID& request_id,
|
| + bool is_download,
|
| + bool is_stream) {
|
| response_ = response;
|
| body_ = std::move(body);
|
| ASSERT_TRUE(response_started_);
|
|
|