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

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

Issue 1932623003: DevTools: Introduce Page.getManifest remote debugging protocol method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 6d3e88e58ed627cf7b0f8ddef7cf29c2db1b0d5d..a4dee75f964d01d57778858b78923942424f2fe4 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -448,6 +448,16 @@
"description": "Sets overlay message."
},
{
+ "name": "getManifest",
+ "hidden": true,
+ "returns": [
+ { "name": "data", "type": "string", "optional": true, "description": "Manifest content." },
+ { "name": "errors", "type": "array", "items": { "type": "string" }, "optional": true, "description": "List of errors" },
+ { "name": "warnings", "type": "array", "items": { "type": "string" }, "optional": true, "description": "List of warnings" }
+ ],
+ "handlers": ["none"]
dgozman 2016/04/29 02:28:26 interceptor? manual?
+ },
+ {
"name": "requestAppBanner",
"hidden": true,
"handlers": ["browser"]

Powered by Google App Engine
This is Rietveld 408576698