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

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

Issue 437113002: Delete the old SSL interstitial and Finch trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing IDS_FLAGS_SSL_INTERSTITIAL strings Created 6 years, 4 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.css ('k') | chrome/browser/resources/ssl/roadblock.html » ('j') | 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 31ea103fe684ac62fdbeb9fa68472b415232b061..ddfc5bcf5ae696fdcf98e6cc2b74d2b816c6e3ce 100644
--- a/chrome/browser/resources/ssl/interstitial_v2.js
+++ b/chrome/browser/resources/ssl/interstitial_v2.js
@@ -13,7 +13,6 @@ function setupEvents() {
if (ssl) {
$('body').classList.add('ssl');
- setupSSLFinchTrial(); /* From ssl_errors_common.js. */
$('error-code').textContent = loadTimeData.getString('errorCode');
$('error-code').classList.remove('hidden');
} else {
« no previous file with comments | « chrome/browser/resources/ssl/interstitial_v2.css ('k') | chrome/browser/resources/ssl/roadblock.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698