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

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

Issue 321393002: Updated SSL interstitial strings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 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
« no previous file with comments | « chrome/browser/resources/ssl/interstitial_v2.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ssl/interstitial_v2.js
diff --git a/chrome/browser/resources/ssl/interstitial_v2.js b/chrome/browser/resources/ssl/interstitial_v2.js
index c250196b48d6ef379d7692b15121cd67c1ede6e0..13c4f4ae2ae1580792f0c14d82a3ebd93b1a16e2 100644
--- a/chrome/browser/resources/ssl/interstitial_v2.js
+++ b/chrome/browser/resources/ssl/interstitial_v2.js
@@ -31,7 +31,10 @@ function setupEvents() {
});
}
- if (!(ssl && overridable)) { // Overridable SSL page doesn't have this link.
+ if (ssl && overridable) {
+ $('proceed-link').classList.add('small-link');
+ } else {
+ // Overridable SSL page doesn't have this link.
$('help-link').addEventListener('click', function(event) {
if (ssl)
sendCommand(CMD_HELP);
« no previous file with comments | « chrome/browser/resources/ssl/interstitial_v2.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698