Index: components/security_interstitials/core/superfish_error_ui.cc |
diff --git a/components/security_interstitials/core/superfish_error_ui.cc b/components/security_interstitials/core/superfish_error_ui.cc |
index 341bd6e824e895459741cdea37bc4bcd3d8c5c81..1a9143c180e1f168438f9263869a66ed50a29518 100644 |
--- a/components/security_interstitials/core/superfish_error_ui.cc |
+++ b/components/security_interstitials/core/superfish_error_ui.cc |
@@ -38,6 +38,7 @@ void SuperfishErrorUI::PopulateStringsForHTML( |
common_string_util::PopulateSSLDebuggingStrings(ssl_info(), time_triggered(), |
load_time_data); |
+ load_time_data->SetString("type", "SSL"); |
load_time_data->SetBoolean("overridable", false); |
load_time_data->SetBoolean("bad_clock", false); |
load_time_data->SetBoolean("hide_primary_button", true); |