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

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

Issue 616743002: Check the warning "type" correctly for SSL warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/security_warnings/ssl.js
diff --git a/chrome/browser/resources/security_warnings/ssl.js b/chrome/browser/resources/security_warnings/ssl.js
index c17d46d871960b25ec20702e680deec1f34868b3..585b0d351a5e11683c21d0b595817f8b8d9b00b6 100644
--- a/chrome/browser/resources/security_warnings/ssl.js
+++ b/chrome/browser/resources/security_warnings/ssl.js
@@ -11,7 +11,7 @@ var SSL_CMD_HELP = 4;
var SSL_CMD_CLOCK = 5;
function setupSSLDebuggingInfo() {
- if (!loadTimeData.getBoolean('ssl'))
+ if (!loadTimeData.getString('type') == 'SSL')
return;
// The titles are not internationalized because this is debugging information
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698