| 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 3e06181f18cc17bf2480b2db52ef1c0125232338..826b59fd28a586e4e17aebbdb8350ab6afa18ffa 100644
 | 
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
 | 
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
 | 
| @@ -1194,7 +1194,7 @@
 | 
|                      { "name": "postData", "type": "string", "optional": true, "description": "HTTP POST request data." },
 | 
|                      { "name": "mixedContentType", "optional": true, "type": "string", "enum": ["blockable", "optionally-blockable", "none"], "description": "The mixed content status of the request, as defined in http://www.w3.org/TR/mixed-content/" },
 | 
|                      { "name": "initialPriority", "$ref": "ResourcePriority", "description": "Priority of the resource request at the time request is sent."},
 | 
| -                    { "name": "referrerPolicy", "type": "string", "enum": [ "unsafe-url", "no-referrer-when-downgrade", "no-referrer", "origin", "origin-when-cross-origin", "no-referrer-when-downgrade-origin-when-cross-origin" ], "description": "The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/" },
 | 
| +                    { "name": "referrerPolicy", "type": "string", "enum": [ "unsafe-url", "no-referrer-when-downgrade", "no-referrer", "origin", "origin-when-cross-origin", "same-origin", "strict-origin", "strict-origin-when-cross-origin" ], "description": "The referrer policy of the request, as defined in https://www.w3.org/TR/referrer-policy/" },
 | 
|                      { "name": "isLinkPreload", "type": "boolean", "optional": true, "description": "Whether is loaded via link preload." }
 | 
|                  ]
 | 
|              },
 | 
| 
 |