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

Unified Diff: content/browser/devtools/browser_protocol.json

Issue 658163003: [DevTools] Added browser protocol to handler generator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@singleUse
Patch Set: Created 6 years, 2 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: content/browser/devtools/browser_protocol.json
diff --git a/content/browser/devtools/browser_protocol.json b/content/browser/devtools/browser_protocol.json
index f4b67407d2e899426dce89bf1209d389a8d22889..566887bcb6d4615fb152ccc17fa73f4b327a1cf5 100644
--- a/content/browser/devtools/browser_protocol.json
+++ b/content/browser/devtools/browser_protocol.json
@@ -57,7 +57,7 @@
"name": "bind",
"description": "Request browser port binding.",
"parameters": [
- { "name": "port", "type": "number", "description": "Port number to bind." }
+ { "name": "port", "type": "integer", "description": "Port number to bind." }
],
"handlers": ["browser"]
},
@@ -65,7 +65,7 @@
"name": "unbind",
"description": "Request browser port unbinding.",
"parameters": [
- { "name": "port", "type": "number", "description": "Port number to unbind." }
+ { "name": "port", "type": "integer", "description": "Port number to unbind." }
],
"handlers": ["browser"]
}

Powered by Google App Engine
This is Rietveld 408576698