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

Unified Diff: Source/devtools/protocol.json

Issue 996363002: Add isDeleted flag to ServiceWorkerRegistration DevTool's protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 9e8de5aa8bdaccf22cc361a502d02422ee98be46..7f65abc849d7e181b3ba4e6f79680023effbc651 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4040,6 +4040,7 @@
"properties": [
{ "name": "registrationId", "type": "string" },
{ "name": "scopeURL", "type": "string" },
+ { "name": "isDeleted", "type": "boolean", "optional": true },
{ "name": "activeVersion", "optional": true, "$ref": "ServiceWorkerVersion" },
{ "name": "waitingVersion", "optional": true, "$ref": "ServiceWorkerVersion" },
{ "name": "installingVersion", "optional": true, "$ref": "ServiceWorkerVersion" }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698