| 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 4fa48eac865d91d45a46eb37c794bca79e03efa5..88ad830ed442ce35f4ad9ba9febda5bced2ccc4b 100644
|
| --- a/components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| +++ b/components/security_interstitials/core/browser/resources/interstitial_v2.js
|
| @@ -102,8 +102,7 @@ function setupEvents() {
|
| var ssl = interstitialType == 'SSL';
|
| var captivePortal = interstitialType == 'CAPTIVE_PORTAL';
|
| var badClock = ssl && loadTimeData.getBoolean('bad_clock');
|
| - var hidePrimaryButton = badClock && loadTimeData.getBoolean(
|
| - 'hide_primary_button');
|
| + var hidePrimaryButton = loadTimeData.getBoolean('hide_primary_button');
|
|
|
| if (ssl) {
|
| $('body').classList.add(badClock ? 'bad-clock' : 'ssl');
|
|
|