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

Unified Diff: Source/devtools/protocol.json

Issue 1100403004: Add skipWaiting checkbox to ServiceWorkersView in DevTools [2/2 blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use annotated named function Created 5 years, 8 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 | « Source/devtools/front_end/sdk/ServiceWorkerManager.js ('k') | 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 fbcae950ebc8fbce5840e35dfcbb09a17f45c554..515979c19839fe87715ca6287c4b89fe8c831e39 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4226,6 +4226,13 @@
"handlers": ["browser"]
},
{
+ "name": "skipWaiting",
+ "parameters": [
+ { "name": "versionId", "type": "string" }
+ ],
+ "handlers": ["browser"]
+ },
+ {
"name": "setDebugOnStart",
"parameters": [
{ "name": "debugOnStart", "type": "boolean" }
« no previous file with comments | « Source/devtools/front_end/sdk/ServiceWorkerManager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698