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

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

Issue 2734123004: add a new set of commands to resize and position windows (Closed)
Patch Set: add methods to UI domain Created 3 years, 9 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/inspector_protocol_config.json
diff --git a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
index 38cb078e43f6a9ffdc473b4fe3f0eacb6df86c4c..abc88e9f791eeff28830765b9ddad27c6dd8fd9e 100644
--- a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
+++ b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
@@ -96,6 +96,10 @@
"domain": "Target",
"include": ["setAutoAttach", "sendMessageToTarget"],
"include_events": ["attachedToTarget", "detachedFromTarget", "receivedMessageFromTarget"]
+ },
+ {
+ "domain": "UI",
dgozman 2017/03/20 22:00:48 Remove this - we don't need UI in core/inspector.
jzfeng 2017/03/21 09:13:32 Done.
+ "include": []
}
]
},

Powered by Google App Engine
This is Rietveld 408576698