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

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

Issue 1702673002: DevTools: migrate remote debugging protocol generators to jinja2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 3447c4c2515df00d2c3e32f30beadb600a132e0f..bd0b1a54872a44a2bd7204f8fe55f47fd5d1448e 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -234,7 +234,6 @@
},
{
"name": "getNavigationHistory",
- "parameters": [],
"returns": [
{ "name": "currentIndex", "type": "integer", "description": "Index of the current navigation history entry." },
{ "name": "entries", "type": "array", "items": { "$ref": "NavigationEntry" }, "description": "Array of navigation history entries." }
@@ -400,7 +399,6 @@
"name": "captureScreenshot",
"async": true,
"description": "Capture page screenshot.",
- "parameters": [],
"returns": [
{ "name": "data", "type": "string", "description": "Base64-encoded image data (PNG)." }
],

Powered by Google App Engine
This is Rietveld 408576698