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

Unified Diff: components/security_interstitials/core/superfish_error_ui.cc

Issue 2953963002: Update Superfish interstitial strings (Closed)
Patch Set: Created 3 years, 6 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: 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);
« no previous file with comments | « no previous file | components/security_interstitials_strings.grdp » ('j') | components/security_interstitials_strings.grdp » ('J')

Powered by Google App Engine
This is Rietveld 408576698