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

Unified Diff: chrome/browser/resources/safe_browsing/safe_browsing_v3.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/safe_browsing/safe_browsing_v3.js
diff --git a/chrome/browser/resources/safe_browsing/safe_browsing_v3.js b/chrome/browser/resources/safe_browsing/safe_browsing_v3.js
index 315a0097c9b32094ee658ebe63345926f72b6dec..06ceb5005e23f2247b26416085248697485b8baa 100644
--- a/chrome/browser/resources/safe_browsing/safe_browsing_v3.js
+++ b/chrome/browser/resources/safe_browsing/safe_browsing_v3.js
@@ -33,13 +33,3 @@ function setupCheckbox() {
$('opt-in-checkbox').checked ? SB_CMD_DO_REPORT : SB_CMD_DONT_REPORT);
});
}
-
-function setupMalwareFinchExperiment() {
- if (loadTimeData.getString('trialCondition') != 'V3Advice')
- return;
- // Add all this dynamically instead of into the HTML because it's just a
- // short-lived experiment.
- var heading = document.createElement('h2');
- heading.innerText = loadTimeData.getString('adviceHeading');
- $('details').insertBefore(heading, $('details').firstChild);
-}
« no previous file with comments | « chrome/browser/resources/safe_browsing/malware_block_v2.js ('k') | chrome/browser/resources/ssl/interstitial_v2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698