| 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 f25461628dc8787059e42ce5bf02a4109d7bbf98..bf3cc158d044a488869ba6dfbd27466ddfdb0d3a 100644
|
| --- a/components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| +++ b/components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| @@ -109,6 +109,11 @@ function setupEvents() {
|
| $('body').classList.add('safe-browsing');
|
| }
|
|
|
| + if (loadTimeData.getBoolean('iconUpdate') === true)
|
| + $('icon').classList.add('new-icons');
|
| + else
|
| + $('icon').classList.add('old-icons');
|
| +
|
| if (hidePrimaryButton) {
|
| $('primary-button').classList.add('hidden');
|
| } else {
|
|
|