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

Unified Diff: chrome/common/chrome_switches.cc

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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index d46aa3eae7d938603d7d380fb81caa0b65f33bda..361ff87382da9256e5349fb987861335b109ddc7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -790,15 +790,6 @@ const char kLoadComponentExtension[] = "load-component-extension";
// Loads an extension from the specified directory.
const char kLoadExtension[] = "load-extension";
-// Controls which version of the malware and phishing interstitials is shown.
-const char kMalwareInterstitialV2[] = "malware-interstitial-v2";
-const char kMalwareInterstitialV3[] = "malware-interstitial-v3";
-const char kMalwareInterstitialV3Advice[] = "malware-interstitial-v3-advice";
-const char kMalwareInterstitialV3Social[] = "malware-interstitial-v3-social";
-const char kMalwareInterstitialV3NotRecommend[] =
- "malware-interstitial-v3-not-recommend";
-const char kMalwareInterstitialV3History[] = "malware-interstitial-v3-history";
-
// Makes Chrome default browser
const char kMakeDefaultBrowser[] = "make-default-browser";

Powered by Google App Engine
This is Rietveld 408576698