| Index: content/browser/devtools/protocol_config.json
|
| diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json
|
| index ef70f5e055b8191ed92be9bce5de892782d8cd85..83767476d745671e139f174fc689cfa21f78a2e6 100644
|
| --- a/content/browser/devtools/protocol_config.json
|
| +++ b/content/browser/devtools/protocol_config.json
|
| @@ -10,6 +10,9 @@
|
| "export_header": "content/common/content_export.h",
|
| "options": [
|
| {
|
| + "domain": "Inspector"
|
| + },
|
| + {
|
| "domain": "IO",
|
| "async": ["read"]
|
| },
|
| @@ -18,6 +21,16 @@
|
| "include": ["setPressureNotificationsSuppressed", "simulatePressureNotification"]
|
| },
|
| {
|
| + "domain": "Network",
|
| + "include": ["enable", "disable", "clearBrowserCache", "clearBrowserCookies", "getCookies", "deleteCookie", "setCookie", "canEmulateNetworkConditions"],
|
| + "include_types": ["CookieSameSite", "Cookie"],
|
| + "include_events": [],
|
| + "async": ["getCookies", "deleteCookie", "setCookie"]
|
| + },
|
| + {
|
| + "domain": "Schema"
|
| + },
|
| + {
|
| "domain": "SystemInfo",
|
| "async": ["getInfo"]
|
| },
|
|
|