| 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 8081d3f3cd42aab457617350ca700d85abaabe40..13d43dddd4ba1f36c3f7654b07a26dfb828c02f8 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_util.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_util.h
|
| @@ -172,9 +172,11 @@ extern const char kSideEffectFreeWhitelist[];
|
| extern const char kIPBlacklist[];
|
| // SafeBrowsing unwanted URL list.
|
| extern const char kUnwantedUrlList[];
|
| +// SafeBrowsing off-domain inclusion whitelist list name.
|
| +extern const char kInclusionWhitelist[];
|
|
|
| // This array must contain all Safe Browsing lists.
|
| -extern const char* kAllLists[9];
|
| +extern const char* kAllLists[10];
|
|
|
| enum ListType {
|
| INVALID = -1,
|
| @@ -196,6 +198,8 @@ enum ListType {
|
| // See above comment. Leave 13 available.
|
| UNWANTEDURL = 14,
|
| // See above comment. Leave 15 available.
|
| + INCLUSIONWHITELIST = 16,
|
| + // See above comment. Leave 17 available.
|
| };
|
|
|
| // M40 experimental flag controls rollout of the UwS warning.
|
|
|