Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index 4a12266ce9c6955904cedfef8a1352e3f2354d7e..776907352e7d2cb6eb27bc457e9661513025655e 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -56,6 +56,14 @@ |
{ "name": "nodes", "type": "integer" }, |
{ "name": "jsEventListeners", "type": "integer" } |
] |
+ }, |
+ { |
+ "name": "setPressureNotificationsSuppressed", |
+ "description": "Enable/disable suppressing memory pressure notifications in all processes.", |
+ "parameters": [ |
+ { "name": "suppressed", "type": "boolean", "description": "If true, memory pressure notifications will be suppressed."} |
+ ], |
+ "handlers": ["browser"] |
} |
] |
}, |