| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f8ce50229e9d71b70ad2fea0e675e32d9acd39f9..2c67ac3ae2d32eb3508f9b59ed1243347b8e3245 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -477,6 +477,12 @@ const char kEnablePanels[] = "enable-panels";
|
| // Enable speculative TCP/IP preconnection.
|
| const char kEnablePreconnect[] = "enable-preconnect";
|
|
|
| +// Enables the sanitized version of client-side phishing detection, for use by
|
| +// non-UMA users. Any features containing portions of the URL or page content
|
| +// are not sent as part of the pingback in this mode.
|
| +const char kEnableSanitizedClientSidePhishingDetection[] =
|
| + "enable-sanitized-client-side-phishing-detection";
|
| +
|
| // Enable the IsSearchProviderInstalled and InstallSearchProvider with an extra
|
| // parameter to indicate if the provider should be the default.
|
| const char kEnableSearchProviderApiV2[] = "enable-search-provider-api-v2";
|
|
|