| 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 90a216ad5101f822995e41fb9cf41ff93bce13c9..ded733625ae349f995dd98ee5eeb6a6fe6bc7c85 100644
 | 
| --- a/third_party/WebKit/Source/devtools/protocol.json
 | 
| +++ b/third_party/WebKit/Source/devtools/protocol.json
 | 
| @@ -1322,7 +1322,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", "client", "other"],
 | 
|                  "hidden": true
 | 
|              },
 | 
|              {
 | 
| 
 |