Chromium Code Reviews| 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..f9a08fc777af2c6da00fcd16c35712b34b2c546a 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_ONLY, |
| + LAST = SUBRESOURCE_FILTER_ONLY, |
|
vakh (use Gerrit instead)
2017/02/10 03:00:12
qq: I may be misinformed, apologies: didn't we dec
melandory
2017/02/14 17:40:33
yep, sorry. Fixed.
|
| }; |
| // For logging use only. |