Index: chrome/browser/plugins/flash_download_interception_unittest.cc |
diff --git a/chrome/browser/plugins/flash_download_interception_unittest.cc b/chrome/browser/plugins/flash_download_interception_unittest.cc |
index ff89e7c145681ee2a4314d6c556c1e93952d76ad..2db60902a89e8a22d944cb1d59b372519cb01540 100644 |
--- a/chrome/browser/plugins/flash_download_interception_unittest.cc |
+++ b/chrome/browser/plugins/flash_download_interception_unittest.cc |
@@ -88,9 +88,10 @@ TEST_F(FlashDownloadInterceptionTest, NavigationThrottleCancelsNavigation) { |
std::unique_ptr<NavigationHandle> handle = |
NavigationHandle::CreateNavigationHandleForTesting( |
- GURL("https://get.adobe.com/flashplayer"), main_rfh()); |
+ GURL("https://get.adobe.com/flashplayer"), main_rfh(), |
+ false /* committed */, net::OK, true /* has_user_gesture */); |
- handle->CallWillStartRequestForTesting(true, content::Referrer(), true, |
+ handle->CallWillStartRequestForTesting(true, content::Referrer(), |
ui::PAGE_TRANSITION_LINK, false); |
std::unique_ptr<NavigationThrottle> throttle = |
FlashDownloadInterception::MaybeCreateThrottleFor(handle.get()); |