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

Unified Diff: content/browser/devtools/protocol/memory_handler.h

Issue 2478703002: [DevTools] Remove handlers = browser from protocol definition. (Closed)
Patch Set: fixes Created 4 years, 1 month 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
Index: content/browser/devtools/protocol/memory_handler.h
diff --git a/content/browser/devtools/protocol/memory_handler.h b/content/browser/devtools/protocol/memory_handler.h
index b080f50ea6b397283f50a91e1d3ef62fdd654edb..3dd0b9306fe413270458785b006db1ec21e1336b 100644
--- a/content/browser/devtools/protocol/memory_handler.h
+++ b/content/browser/devtools/protocol/memory_handler.h
@@ -20,6 +20,7 @@ class MemoryHandler {
typedef DevToolsProtocolClient::Response Response;
Response SetPressureNotificationsSuppressed(bool suppressed);
Response SimulatePressureNotification(const std::string& level);
+ Response GetDOMCounters(int* documents, int* nodes, int* event_listeners);
private:
DISALLOW_COPY_AND_ASSIGN(MemoryHandler);
« no previous file with comments | « content/browser/devtools/protocol/input_handler.cc ('k') | content/browser/devtools/protocol/memory_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698