| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c4d19bf5c35af1148bdabb3f3da53c2c0a70dd52..bfa28a2322bf23cd418f9bca717948511c9fc60d 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -457,6 +457,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";
|
|
|