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

Unified Diff: chrome/common/chrome_switches.cc

Issue 346733003: Add experimental versions of the malware interstitial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweak to "not recommended" string Created 6 years, 6 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 041a0666df89c397566f37f1de6da3fcca2ed50d..881fad90aa6cd924e5ddc7c3337b145fd2b076be 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -809,8 +809,13 @@ const char kLoadComponentExtension[] = "load-component-extension";
const char kLoadExtension[] = "load-extension";
// Controls which version of the malware and phishing interstitials is shown.
-const char kMalwareInterstitialVersionV2[] = "malware-interstitial-v2";
-const char kMalwareInterstitialVersionV3[] = "malware-interstitial-v3";
+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