Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1841863003: DevTools: move the force update SW on reload checkbox to the Resources / Service Workers view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"]

Powered by Google App Engine
This is Rietveld 408576698