| Index: components/subresource_filter/core/common/activation_list.cc
|
| diff --git a/components/subresource_filter/core/common/activation_list.cc b/components/subresource_filter/core/common/activation_list.cc
|
| index 090eeae134cee791cea1a9e1d61718180dbcce4c..a5f50e1df3328e3800b16887f1ef288a7e651ad4 100644
|
| --- a/components/subresource_filter/core/common/activation_list.cc
|
| +++ b/components/subresource_filter/core/common/activation_list.cc
|
| @@ -21,6 +21,9 @@ std::ostream& operator<<(std::ostream& os, const ActivationList& type) {
|
| case ActivationList::PHISHING_INTERSTITIAL:
|
| os << "PHISHING_INTERSTITIAL";
|
| break;
|
| + case ActivationList::SUBRESOURCE_FILTER:
|
| + os << "SUBRESOURCE_FILTER";
|
| + break;
|
| default:
|
| NOTREACHED();
|
| break;
|
|
|