| 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 3b20f37a90232297b8bbd69df232f3ff54230abb..fe0fb530bb5e4831186d1616f44c397549b46beb 100644
|
| --- a/third_party/WebKit/Source/devtools/protocol.json
|
| +++ b/third_party/WebKit/Source/devtools/protocol.json
|
| @@ -4200,8 +4200,7 @@
|
| "properties": [
|
| { "name": "registrationId", "type": "string" },
|
| { "name": "scopeURL", "type": "string" },
|
| - { "name": "isDeleted", "type": "boolean" },
|
| - { "name": "forceUpdateOnPageLoad", "type": "boolean", "optional": true }
|
| + { "name": "isDeleted", "type": "boolean" }
|
| ]
|
| },
|
| {
|
| @@ -4326,7 +4325,6 @@
|
| {
|
| "name": "setForceUpdateOnPageLoad",
|
| "parameters": [
|
| - { "name": "registrationId", "type": "string" },
|
| { "name": "forceUpdateOnPageLoad", "type": "boolean" }
|
| ],
|
| "handlers": ["browser"]
|
|
|