| Index: chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc b/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
| index 9b669989d661f4a5871d5d0f4c1cb2d8ddd1ed6a..be07ef67f8eaaa83f6c41cf750df556d15b8db65 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
| @@ -1087,8 +1087,9 @@ IN_PROC_BROWSER_TEST_F(SafeBrowsingServiceTest,
|
| &contents->GetController()));
|
| // Start a browser initiated top-level navigation to a site that does not
|
| // respond.
|
| - ui_test_utils::NavigateToURLWithDisposition(browser(), third_url, CURRENT_TAB,
|
| - ui_test_utils::BROWSER_TEST_NONE);
|
| + ui_test_utils::NavigateToURLWithDisposition(
|
| + browser(), third_url, WindowOpenDisposition::CURRENT_TAB,
|
| + ui_test_utils::BROWSER_TEST_NONE);
|
|
|
| // While the top-level navigation is pending, run javascript
|
| // function in the page which loads the malware image.
|
|
|