| Index: third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
|
| index 38cb078e43f6a9ffdc473b4fe3f0eacb6df86c4c..e6d1a774475b8379415cd01053bb7e1b35396c09 100644
|
| --- a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
|
| +++ b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
|
| @@ -89,7 +89,7 @@
|
| },
|
| {
|
| "domain": "Network",
|
| - "exclude": ["clearBrowserCache", "clearBrowserCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie", "canEmulateNetworkConditions"],
|
| + "exclude": ["allowRequest", "blockRequest", "canEmulateNetworkConditions", "clearBrowserCache", "clearBrowserCookies", "deleteCookie", "enableFetchInterception", "getCookies", "getAllCookies", "mockResponse", "modifyRequest", "setCookie"],
|
| "async": ["getResponseBody"]
|
| },
|
| {
|
|
|