Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index a798bde49ee75a2cf3d86b4b6619be387204aaf4..3f067defc6a6b1d0a415d9bd5c099ca5ffccd3d9 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -456,6 +456,13 @@ const char kEnableBenchmarking[] = "enable-benchmarking"; |
const char kEnableClientSidePhishingDetection[] = |
"enable-client-side-phishing-detection"; |
+// At this point, even if client-side phishing detection is enabled we will not, |
+// by default, display an interstitial if we detected a phishing site. Once |
+// we are confident that the false-positive rate is as low as expected we can |
+// remove this flag. |
+const char kEnableClientSidePhishingInterstitial[] = |
+ "enable-client-side-phishing-interstitial"; |
+ |
// This flag enables UI for clearing server data. Temporarily in place |
// until there's a server endpoint deployed. |
const char kEnableClearServerData[] = "enable-clear-server-data"; |