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

Unified Diff: chrome/browser/ssl/ssl_blocking_page.cc

Issue 9195027: In cases of SSL error page due to HSTS, explain why the user cannot proceed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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 | « chrome/browser/resources/ssl_error.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_blocking_page.cc
===================================================================
--- chrome/browser/ssl/ssl_blocking_page.cc (revision 118366)
+++ chrome/browser/ssl/ssl_blocking_page.cc (working copy)
@@ -103,6 +103,9 @@
l10n_util::GetStringUTF16(IDS_SSL_ERROR_PAGE_TITLE));
strings.SetString("back",
l10n_util::GetStringUTF16(IDS_SSL_ERROR_PAGE_BACK));
+ strings.SetString("cannotProceed",
+ l10n_util::GetStringUTF16(
+ IDS_SSL_ERROR_PAGE_CANNOT_PROCEED));
}
strings.SetString("textdirection", base::i18n::IsRTL() ? "rtl" : "ltr");
« no previous file with comments | « chrome/browser/resources/ssl_error.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698