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

Unified Diff: chrome/common/chrome_switches.h

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/browser/safe_browsing/safe_browsing_blocking_page.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 9314437e299c018a3142fbc5be4a1182fc93014f..40607cec1286a6559ac9c5564c8c19e8f40000be 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -228,8 +228,12 @@ extern const char kLedgerTracingToken[];
extern const char kLimitedInstallFromWebstore[];
extern const char kLoadComponentExtension[];
extern const char kLoadExtension[];
-extern const char kMalwareInterstitialVersionV2[];
-extern const char kMalwareInterstitialVersionV3[];
+extern const char kMalwareInterstitialV2[];
+extern const char kMalwareInterstitialV3[];
+extern const char kMalwareInterstitialV3Advice[];
+extern const char kMalwareInterstitialV3Social[];
+extern const char kMalwareInterstitialV3NotRecommend[];
+extern const char kMalwareInterstitialV3History[];
extern const char kMakeDefaultBrowser[];
extern const char kSupervisedUserId[];
extern const char kSupervisedUserSyncToken[];
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_blocking_page.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698