Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1795)

Unified Diff: Source/devtools/protocol.json

Issue 1311343007: Add DevTools method for cross-process memory notification suppressing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 4d33745cc70d6c454dc0bbad0da3fb8b11102138..382cc6d6051483856b1abee445c33f8bb58eec09 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -56,6 +56,14 @@
{ "name": "nodes", "type": "integer" },
{ "name": "jsEventListeners", "type": "integer" }
]
+ },
+ {
+ "name": "setNotificationsSuppressed",
Sami 2015/09/08 17:43:28 nit: "Notifications" sounds a little too general.
petrcermak 2015/09/14 12:46:03 Done.
+ "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"]
}
]
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698