Chromium Code Reviews| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json |
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| index 7b26c7571abd047f450ea0856f30658875fa06db..3afb00e543e630cd26d55c9845d261c6eb3933c2 100644 |
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| @@ -1016,7 +1016,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"], |
|
pfeldman
2016/06/07 23:04:02
lgtm
|
| "hidden": true |
| }, |
| { |