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

Unified Diff: Source/devtools/protocol.json

Issue 1079013002: Add "emulate push event" button to ServiceWorkersView in DevTools [2/2 blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: s/dispatchPushEvent/deliverPushMessage/ 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 497c699ea6e89356fed096e5cce31304dcb401ce..b2e0ea3d3eeebc4c7cee3390dd5a3ae1c02d43cf 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4152,6 +4152,15 @@
{ "name": "debugOnStart", "type": "boolean" }
],
"handlers": ["browser"]
+ },
+ {
+ "name": "deliverPushMessage",
+ "parameters": [
+ { "name": "origin", "type": "string" },
+ { "name": "registrationId", "type": "string" },
+ { "name": "data", "type": "string" }
+ ],
+ "handlers": ["browser"]
}
],
"events": [
« 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