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

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

Issue 445493002: Delete the Safe Browsing V2 interstitial and Finch trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing binary files 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
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 ddfc5bcf5ae696fdcf98e6cc2b74d2b816c6e3ce..dbe4e24b6469dbc1eea928babe1825053bb1128a 100644
--- a/chrome/browser/resources/ssl/interstitial_v2.js
+++ b/chrome/browser/resources/ssl/interstitial_v2.js
@@ -17,7 +17,6 @@ function setupEvents() {
$('error-code').classList.remove('hidden');
} else {
$('body').classList.add('safe-browsing');
- setupMalwareFinchExperiment(); /* From safe_browsing_v3.js. */
}
$('primary-button').addEventListener('click', function() {
« no previous file with comments | « chrome/browser/resources/safe_browsing/safe_browsing_v3.js ('k') | chrome/browser/safe_browsing/safe_browsing_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698