Index: third_party/WebKit/Source/devtools/protocol.json |
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json |
index e3c9a887b380f9c050d3b05b42c6372c440c6be1..64d793d97484f691a3cb3c76c12fdabb27576579 100644 |
--- a/third_party/WebKit/Source/devtools/protocol.json |
+++ b/third_party/WebKit/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"] |
} |
] |
}, |