| Index: chrome/browser/resources/ssl/interstitial_v2.js
|
| diff --git a/chrome/browser/resources/ssl/interstitial_v2.js b/chrome/browser/resources/ssl/interstitial_v2.js
|
| index 52becaf8e58a88665c97a889ad623347ae3669bf..c1f5b92ae10898c9d8a16d379d431feb69433d50 100644
|
| --- a/chrome/browser/resources/ssl/interstitial_v2.js
|
| +++ b/chrome/browser/resources/ssl/interstitial_v2.js
|
| @@ -13,9 +13,10 @@ function setupEvents() {
|
|
|
| if (ssl) {
|
| $('body').classList.add('ssl');
|
| + setupSSLFinchTrial(); /* From ssl_errors_common.js. */
|
| } else {
|
| $('body').classList.add('safe-browsing');
|
| - setupMalwareFinchExperiment();
|
| + setupMalwareFinchExperiment(); /* From safe_browsing_v3.js. */
|
| }
|
|
|
| $('primary-button').addEventListener('click', function() {
|
|
|