| Index: components/subresource_filter/core/common/proto/rules.proto
|
| diff --git a/components/subresource_filter/core/common/proto/rules.proto b/components/subresource_filter/core/common/proto/rules.proto
|
| index f651c04abd29be99bf300e995728cc1bdbe83a27..b918dd95a9960fde898e038baa8b16b1b7ae055d 100644
|
| --- a/components/subresource_filter/core/common/proto/rules.proto
|
| +++ b/components/subresource_filter/core/common/proto/rules.proto
|
| @@ -65,10 +65,11 @@ enum ElementType {
|
| ELEMENT_TYPE_MEDIA = 512;
|
| ELEMENT_TYPE_FONT = 1024;
|
| ELEMENT_TYPE_POPUP = 2048;
|
| + ELEMENT_TYPE_WEBSOCKET = 4096;
|
|
|
| // NOTE: Keep these two values consistent with the values above.
|
| - ELEMENT_TYPE_MAX = 2048;
|
| - ELEMENT_TYPE_ALL = 4095;
|
| + ELEMENT_TYPE_MAX = 4096;
|
| + ELEMENT_TYPE_ALL = 8191;
|
| };
|
|
|
| // The options controlling whether or not to activate filtering for subresources
|
|
|