Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2630)

Unified Diff: chrome/browser/resources/security_warnings/interstitial_v2.js

Issue 935663004: Add checkbox for reporting invalid TLS/SSL cert chains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment tweaks Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/security_warnings/interstitial_v2.js
diff --git a/chrome/browser/resources/security_warnings/interstitial_v2.js b/chrome/browser/resources/security_warnings/interstitial_v2.js
index fe96d024d5439eb095cb07fbc57764045acdfb01..a2225e031c3f650f1e7f6e94d374448456ecda02 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.js
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.js
@@ -159,7 +159,7 @@ function setupEvents() {
}
preventDefaultOnPoundLinkClicks();
- setupCheckbox();
+ setupCheckbox(interstitialType);
setupSSLDebuggingInfo();
document.addEventListener('keypress', handleKeypress);
}

Powered by Google App Engine
This is Rietveld 408576698