| Index: chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
|
| index b39698684e4f862ec4c4689f8aa3b8f9c669aecc..c06da992174f7265c1e6e88b23b2c74e10a37b6d 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
|
| @@ -86,6 +86,7 @@ class OffDomainInclusionDetectorTest : public testing::Test {
|
| MSG_ROUTING_NONE, // render_frame_id
|
| is_main_frame, // is_main_frame
|
| parent_is_main_frame, // parent_is_main_frame
|
| + true, // allow_download
|
| false); // is_async
|
|
|
| return url_request.Pass();
|
|
|