| Index: components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
|
| diff --git a/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc b/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
|
| index ffc2c87c7a7b3ad1438255d30354099bd2bc3995..bb1e26aefe0ab0d36d7bee52b614d20f0449f6a5 100644
|
| --- a/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
|
| +++ b/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
|
| @@ -131,6 +131,7 @@ class TestIOThreadState {
|
| render_frame_id,
|
| true, // is_main_frame
|
| false, // parent_is_main_frame
|
| + true, // allow_download
|
| false); // is_async
|
| }
|
| throttle_.reset(new InterceptNavigationResourceThrottle(
|
|
|