| Index: components/subresource_filter/core/common/activation_list.h
|
| diff --git a/components/subresource_filter/core/common/activation_list.h b/components/subresource_filter/core/common/activation_list.h
|
| index c24118ba7158e1c13f3c082e1775eb67e39fbeb1..e17cce074ece4ed4edf6ce1e0f74373308e4e464 100644
|
| --- a/components/subresource_filter/core/common/activation_list.h
|
| +++ b/components/subresource_filter/core/common/activation_list.h
|
| @@ -13,7 +13,8 @@ enum class ActivationList {
|
| NONE,
|
| SOCIAL_ENG_ADS_INTERSTITIAL,
|
| PHISHING_INTERSTITIAL,
|
| - LAST = PHISHING_INTERSTITIAL,
|
| + SUBRESOURCE_FILTER,
|
| + LAST = SUBRESOURCE_FILTER,
|
| };
|
|
|
| // For logging use only.
|
|
|