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

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: 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index cda94c24b8648b6a812bdc0d9e26dac9d9b510c6..cc7b4e6f0201ae93563e3b6181a3c02adb35bf7b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -788,15 +788,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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698