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

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: Removed JS/HTML 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 31ea103fe684ac62fdbeb9fa68472b415232b061..60ef0a0f7179c9df0fc8a213ab278dd51bb3065c 100644
--- a/chrome/browser/resources/ssl/interstitial_v2.js
+++ b/chrome/browser/resources/ssl/interstitial_v2.js
@@ -18,7 +18,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() {

Powered by Google App Engine
This is Rietveld 408576698