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

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

Issue 330753002: Browser and unit tests for the SB interstitial V3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed rebase-induced bugs 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
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 b2015055c1bc102f427169731cb7fa7f3396458b..d78e8fa18da8cb44089d435c3fc26f3e4919c2eb 100644
--- a/chrome/browser/resources/ssl/interstitial_v2.js
+++ b/chrome/browser/resources/ssl/interstitial_v2.js
@@ -30,7 +30,7 @@ function setupEvents() {
sendCommand(ssl ? CMD_PROCEED : SB_CMD_PROCEED);
});
} else if (!ssl) {
- $('finalParagraph').classList.add('hidden');
+ $('final-paragraph').classList.add('hidden');
}
if (ssl && overridable) {

Powered by Google App Engine
This is Rietveld 408576698