Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: content/browser/cross_site_transfer_browsertest.cc

Issue 2375623003: Revert of Allow top-level navigation in extension pop-ups if it only triggers a download. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/cross_site_transfer_browsertest.cc
diff --git a/content/browser/cross_site_transfer_browsertest.cc b/content/browser/cross_site_transfer_browsertest.cc
index 8a4a836a16794cd9871194b6dae8c4d117a1eeed..9ac51f66fd9216c8e93a4974ec022f2968203c04 100644
--- a/content/browser/cross_site_transfer_browsertest.cc
+++ b/content/browser/cross_site_transfer_browsertest.cc
@@ -154,7 +154,7 @@
public:
NoTransferRequestDelegate() {}
- bool ShouldTransferNavigation(bool is_main_frame_navigation) override {
+ bool ShouldTransferNavigation() override {
// Intentionally cancel the transfer.
return false;
}

Powered by Google App Engine
This is Rietveld 408576698