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

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: test fixed 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/module.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..aaf29a9d10155d02beea1267b422346efd075df7 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" }
]
},
{
@@ -4317,16 +4316,8 @@
"handlers": ["browser"]
},
{
- "name": "setDebugOnStart",
- "parameters": [
- { "name": "debugOnStart", "type": "boolean" }
- ],
- "handlers": ["browser"]
- },
- {
"name": "setForceUpdateOnPageLoad",
"parameters": [
- { "name": "registrationId", "type": "string" },
{ "name": "forceUpdateOnPageLoad", "type": "boolean" }
],
"handlers": ["browser"]
@@ -4403,13 +4394,6 @@
{ "name": "errorMessage", "$ref": "ServiceWorkerErrorMessage" }
],
"handlers": ["browser"]
- },
- {
- "name": "debugOnStartUpdated",
- "parameters": [
- { "name": "debugOnStart", "type": "boolean" }
- ],
- "handlers": ["browser"]
}
]
},
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698