Index: third_party/WebKit/Source/devtools/protocol.json |
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json |
index 8d84521d48f11bfde351cf945d4cbf9d8e8c9ea6..5f2ea0a4ede5865e59375904062df17b1c282642 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/Source/devtools/protocol.json |
@@ -1333,7 +1333,7 @@ |
"id": "BlockedReason", |
"type": "string", |
"description": "The reason why request was blocked.", |
- "enum": ["csp", "mixed-content", "origin", "inspector", "other"], |
+ "enum": ["csp", "mixed-content", "origin", "inspector", "subresource-filter", "other"], |
"hidden": true |
}, |
{ |