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

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

Issue 1232313004: Add Tracing.requestMemoryDump method to DevTools API (tracing handler) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase after stubs landed 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 | « base/trace_event/memory_dump_manager.cc ('k') | 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 7d356e8c45b69444bd0ca87771f9ff2709701b34..4a80351a0e700eb53df113b72f64463e8590a295 100644
--- a/content/browser/devtools/protocol/tracing_handler.h
+++ b/content/browser/devtools/protocol/tracing_handler.h
@@ -51,6 +51,9 @@ class TracingHandler {
void OnCategoriesReceived(DevToolsCommandId command_id,
const std::set<std::string>& category_set);
+ void OnMemoryDumpFinished(DevToolsCommandId command_id,
+ uint64 dump_guid,
+ bool success);
void SetupTimer(double usage_reporting_interval);
« no previous file with comments | « base/trace_event/memory_dump_manager.cc ('k') | content/browser/devtools/protocol/tracing_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698