Skip to content

Commit

Permalink
chore: remove residue of SB suggestions (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
RKNF404 authored Nov 18, 2024
1 parent c2a5cad commit 4bdd7fc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions patches/remove-unused-preferences.patch
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,16 @@ index b27e1ead33dc9..b36b34c9a9f8a 100644
);

#if BUILDFLAG(IS_ANDROID)
diff --git a/components/security_interstitials/core/browser/resources/interstitial_large.js b/components/security_interstitials/core/browser/resources/interstitial_large.js
index 69992131be6df..9f7e15f55bc0a 100644
--- a/components/security_interstitials/core/browser/resources/interstitial_large.js
+++ b/components/security_interstitials/core/browser/resources/interstitial_large.js
@@ -298,8 +298,6 @@ function setupEvents() {
}

preventDefaultOnPoundLinkClicks();
- setupExtendedReportingCheckbox();
- setupEnhancedProtectionMessage();
setupSSLDebuggingInfo();
document.addEventListener('keypress', handleKeypress);

0 comments on commit 4bdd7fc

Please sign in to comment.