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

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

Issue 1255213003: Add Tracing.requestMemoryDump method stub to DevTools API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | content/browser/devtools/protocol/tracing_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/tracing_handler.h
diff --git a/content/browser/devtools/protocol/tracing_handler.h b/content/browser/devtools/protocol/tracing_handler.h
index 129da8ed0a8521c9625bcb0ad784236f647cb6a1..7d356e8c45b69444bd0ca87771f9ff2709701b34 100644
--- a/content/browser/devtools/protocol/tracing_handler.h
+++ b/content/browser/devtools/protocol/tracing_handler.h
@@ -42,6 +42,7 @@ class TracingHandler {
const double* buffer_usage_reporting_interval);
Response End(DevToolsCommandId command_id);
Response GetCategories(DevToolsCommandId command);
+ Response RequestMemoryDump(DevToolsCommandId command_id);
bool did_initiate_recording() { return did_initiate_recording_; }
private:
« no previous file with comments | « no previous file | content/browser/devtools/protocol/tracing_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698