Chromium Code Reviews| 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": [] |
| } |
| ] |
| }, |