| 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 211e420f162c10ed023ae9138e8390149d4df333..f8511faf8cd3e5f3613f84a9035dcde773222e8a 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -1547,6 +1547,14 @@
|
| "description": "Toggles ignoring cache for each request. If <code>true</code>, cache will not be used."
|
| },
|
| {
|
| + "name": "setBypassServiceWorker",
|
| + "parameters": [
|
| + { "name": "bypass", "type": "boolean", "description": "Bypass service worker and load from network." }
|
| + ],
|
| + "hidden": true,
|
| + "description": "Toggles ignoring of service worker for each request."
|
| + },
|
| + {
|
| "name": "setDataSizeLimitsForTest",
|
| "parameters": [
|
| { "name": "maxTotalSize", "type": "integer", "description": "Maximum total buffer size." },
|
|
|