| Index: content/browser/loader/resource_dispatcher_host_unittest.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_unittest.cc b/content/browser/loader/resource_dispatcher_host_unittest.cc
|
| index aa7b57b8aebe11118b27a0d74da5fd4ac184140a..28ec49737b103aef1f3a2522b2fdfdeb00b42f40 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_unittest.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_unittest.cc
|
| @@ -1082,7 +1082,7 @@ class ResourceDispatcherHostTest : public testing::TestWithParam<TestConfig>,
|
| BeginNavigationParams begin_params(
|
| std::string(), net::LOAD_NORMAL, false, false,
|
| REQUEST_CONTEXT_TYPE_LOCATION,
|
| - blink::WebMixedContentContextType::Blockable, url::Origin(url));
|
| + blink::WebMixedContentContextType::Blockable, url::Origin(url), -1);
|
| CommonNavigationParams common_params;
|
| common_params.url = url;
|
| std::unique_ptr<NavigationRequestInfo> request_info(
|
| @@ -2643,8 +2643,8 @@ TEST_P(ResourceDispatcherHostTest, CancelRequestsForContext) {
|
| BeginNavigationParams begin_params(
|
| std::string(), net::LOAD_NORMAL, false, false,
|
| REQUEST_CONTEXT_TYPE_LOCATION,
|
| - blink::WebMixedContentContextType::Blockable,
|
| - url::Origin(download_url));
|
| + blink::WebMixedContentContextType::Blockable, url::Origin(download_url),
|
| + -1);
|
| CommonNavigationParams common_params;
|
| common_params.url = download_url;
|
| std::unique_ptr<NavigationRequestInfo> request_info(
|
|
|