| 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 801efe4e8bfadc35957d83545f4d4f42655ed75f..ffc2c87c7a7b3ad1438255d30354099bd2bc3995 100644
|
| --- a/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
|
| +++ b/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
|
| @@ -129,7 +129,9 @@ class TestIOThreadState {
|
| render_process_id,
|
| MSG_ROUTING_NONE,
|
| render_frame_id,
|
| - false);
|
| + true, // is_main_frame
|
| + false, // parent_is_main_frame
|
| + false); // is_async
|
| }
|
| throttle_.reset(new InterceptNavigationResourceThrottle(
|
| request_.get(),
|
|
|