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

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2408133004: [DevTools] Implement Target.setDiscoverTargets method. (Closed)
Patch Set: new fancy range-based iteration in observer list! Created 4 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: third_party/WebKit/Source/core/inspector/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index a469ff8555445cc57950ee36a1ed431dfe2341b6..44a92b0361c9bf8bf0a878a4425e169e62a6b6b2 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -3321,7 +3321,7 @@
"commands": [
{
"name": "setDiscoverTargets",
- "description": "Controls whether to discover available targets and notify via <code>targetCreated/targetRemoved</code> events.",
+ "description": "Controls whether to discover available targets and notify via <code>targetCreated/targetDestroyed</code> events.",
"parameters": [
{ "name": "discover", "type": "boolean", "description": "Whether to discover available targets." }
],
@@ -3395,7 +3395,7 @@
"handlers": ["browser"]
},
{
- "name": "targetRemoved",
+ "name": "targetDestroyed",
"parameters": [
{ "name": "targetId", "$ref": "TargetID" }
],

Powered by Google App Engine
This is Rietveld 408576698