| Index: chrome/browser/safe_browsing/safe_browsing_util.h
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h
|
| index 13d43dddd4ba1f36c3f7654b07a26dfb828c02f8..6a3c46b59cee313924633831ffb25a19e26e7598 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_util.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_util.h
|
| @@ -166,8 +166,6 @@ extern const char kCsdWhiteList[];
|
| extern const char kDownloadWhiteList[];
|
| // SafeBrowsing extension list name.
|
| extern const char kExtensionBlacklist[];
|
| -// SafeBrowsing side-effect free whitelist name.
|
| -extern const char kSideEffectFreeWhitelist[];
|
| // SafeBrowsing csd malware IP blacklist name.
|
| extern const char kIPBlacklist[];
|
| // SafeBrowsing unwanted URL list.
|
| @@ -176,7 +174,7 @@ extern const char kUnwantedUrlList[];
|
| extern const char kInclusionWhitelist[];
|
|
|
| // This array must contain all Safe Browsing lists.
|
| -extern const char* kAllLists[10];
|
| +extern const char* kAllLists[9];
|
|
|
| enum ListType {
|
| INVALID = -1,
|
| @@ -192,7 +190,7 @@ enum ListType {
|
| // See above comment. Leave 7 available.
|
| EXTENSIONBLACKLIST = 8,
|
| // See above comment. Leave 9 available.
|
| - SIDEEFFECTFREEWHITELIST = 10,
|
| + // Obsolete SIDEEFFECTFREEWHITELIST = 10,
|
| // See above comment. Leave 11 available.
|
| IPBLACKLIST = 12,
|
| // See above comment. Leave 13 available.
|
|
|