-
Notifications
You must be signed in to change notification settings - Fork 892
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt to new signature of SITH::AssociateBlockingPage()
It does no longer expect a WebContents and a navigation ID. Chromium change: https://source.chromium.org/chromium/chromium/src/+/f88ed985d8b8b8e21806a3897a207a643d049f47 commit f88ed985d8b8b8e21806a3897a207a643d049f47 Author: Claudio DeSouza <cdesouza@igalia.com> Date: Wed Aug 25 17:59:59 2021 +0000 [MPArch] Update SecurityInterstitialTabHelper for primary page only Interstitial pages are not supposed to be shown during pre-rendering, and changes have been done in different parts of the codebase to reflect that. This CL introduces changes to the tab helper, to make sure we do not a hold a security insterstitial page for a prerendering navigation, as well as avoiding processing observer events for similar cases. Bug: 1225210
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters