| Index: components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.js b/components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| index c57079858b04084154b5a7c36cef92d40356c786..815ba69fcaefd6daf20cc38d11adbf8c41fd963e 100644
|
| --- a/components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| +++ b/components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| @@ -157,10 +157,7 @@ function setupEvents() {
|
| });
|
| }
|
|
|
| - // TODO(felt): This should be simplified once the Finch trial is no longer
|
| - // needed.
|
| - if (interstitialType == 'SAFEBROWSING' &&
|
| - loadTimeData.getBoolean('phishing') && $('report-error-link')) {
|
| + if ($('report-error-link')) {
|
| $('report-error-link').addEventListener('click', function(event) {
|
| sendCommand(SecurityInterstitialCommandId.CMD_REPORT_PHISHING_ERROR);
|
| });
|
|
|