| Index: content/browser/devtools/protocol_config.json
|
| diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json
|
| index b912fbb34ba83877e91989660ab29b28aedb633e..ef70f5e055b8191ed92be9bce5de892782d8cd85 100644
|
| --- a/content/browser/devtools/protocol_config.json
|
| +++ b/content/browser/devtools/protocol_config.json
|
| @@ -14,12 +14,20 @@
|
| "async": ["read"]
|
| },
|
| {
|
| - "domain": "Tracing",
|
| - "async": ["start", "end", "getCategories", "requestMemoryDump"]
|
| + "domain": "Memory",
|
| + "include": ["setPressureNotificationsSuppressed", "simulatePressureNotification"]
|
| },
|
| {
|
| - "domain": "IO",
|
| - "async": ["read"]
|
| + "domain": "SystemInfo",
|
| + "async": ["getInfo"]
|
| + },
|
| + {
|
| + "domain": "Tethering",
|
| + "async": ["bind", "unbind"]
|
| + },
|
| + {
|
| + "domain": "Tracing",
|
| + "async": ["start", "end", "getCategories", "requestMemoryDump"]
|
| }
|
| ]
|
| },
|
|
|